Skip to content

tricinel/eslint-config-frontwerk

Repository files navigation

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