eslint-config-frontwerk
v1.1.2
Published
Frontwerk's ESLint config
Downloads
14
Maintainers
Readme
eslint-config-frontwerk
This package provides Frontwerk's JavaScript .eslintrc (without React or Typescript) as an extensible shared ESLint config.
Usage
- Install the correct versions of each package:
npm install --dev eslint-config-frontwerk eslint-plugin-import
Or with yarn:
yarn add --dev eslint-config-frontwerk eslint-plugin-import
- Add
"extends": "frontwerk"
to your.eslintrc
.
Related
- If you're a TypeScript user, you might want to check out eslint-config-frontwerk-typescript.
- If you're using ReactJS, check out eslint-config-frontwerk-react.
Contributing
- Run tests with
npm run test
oryarn test
. - Run the lint with
npm run lint
oryarn lint
.
For details, check out the Contributing guide.
LICENSE
MIT