eslint-config-cssxjs
v0.2.27
Published
ESLint config for CSSX projects
Readme
eslint-config-cssxjs
ESLint config for StartupJS projects
Installation
yarn add -D eslint eslint-config-cssxjsCreate .eslintrc.json config file in the project root:
{
"extends": ["cssxjs"]
}TypeScript support
If you are using TypeScript in your project, make sure you have it in your devDependencies, or install it with:
yarn add -D typescriptEditors support
VS Code
Install ESLint plugin and restart VS Code
License
MIT
