12345678910111213141516171819202122232425262728293031323334 |
- <?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="JavaScriptSettings">
- <option name="languageLevel" value="FLOW" />
- </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>
- </project>
|