0.56.0-alpha.6 • Published 3 months ago

eslint-config-startupjs v0.56.0-alpha.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

eslint-config-startupjs

ESLint config for StartupJS projects

Installation

yarn add -D eslint eslint-config-startupjs

Create .eslintrc.json config file in the project root:

{
  "extends": ["startupjs"]
}

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 typescript

Editors support

VS Code

Install ESLint plugin and restart VS Code

License

MIT