1.1.2 • Published 5 years ago
eslint-config-frontwerk v1.1.2
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-importOr 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 testoryarn test. - Run the lint with
npm run lintoryarn lint.
For details, check out the Contributing guide.
LICENSE
MIT