1.1.2 • Published 4 years ago

eslint-config-frontwerk v1.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

eslint-config-frontwerk

Node Version Npm version Npm downloads License

This package provides Frontwerk's JavaScript .eslintrc (without React or Typescript) as an extensible shared ESLint config.

Usage

  1. 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
  1. Add "extends": "frontwerk" to your .eslintrc.

Related

Contributing

  • Run tests with npm run test or yarn test.
  • Run the lint with npm run lint or yarn lint.

For details, check out the Contributing guide.

LICENSE

MIT