1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ESLintProjectComponent">
- <option name="eslintRcFile" value="$USER_HOME$/.eslintrc.js" />
- <option name="eslintExecutable" value="/usr/local/lib/node_modules/eslint/bin/eslint.js" />
- <option name="nodeInterpreter" value="/usr/local/bin/node" />
- <option name="pluginEnabled" value="true" />
- </component>
- <component name="ProjectInspectionProfilesVisibleTreeState">
- <entry key="Project Default">
- <profile-state>
- <expanded-state>
- <State>
- <id />
- </State>
- <State>
- <id>Code quality toolsJavaScript</id>
- </State>
- <State>
- <id>JavaScript</id>
- </State>
- </expanded-state>
- <selected-state>
- <State>
- <id>Eslint</id>
- </State>
- </selected-state>
- </profile-state>
- </entry>
- </component>
- <component name="ProjectLevelVcsManager" settingsEditedManually="false">
- <OptionsSetting value="true" id="Add" />
- <OptionsSetting value="true" id="Remove" />
- <OptionsSetting value="true" id="Checkout" />
- <OptionsSetting value="true" id="Update" />
- <OptionsSetting value="true" id="Status" />
- <OptionsSetting value="true" id="Edit" />
- <ConfirmationsSetting value="0" id="Add" />
- <ConfirmationsSetting value="0" id="Remove" />
- </component>
- </project>
|