1.2.2 • Published 4 years ago

@fesk/eslint-config-standard v1.2.2

Weekly downloads
227
License
MIT
Repository
-
Last release
4 years ago

ESLint Configuration for FESK.

To install:

$ yarn add eslint @@fesk/eslint-config-standard --dev

To enable add a .eslintrc.js file to the root of your project:

module.exports = {
  extends: ['@fesk/standard'],
};

If you are using @fesk/scripts you can also simply add, without installing anything extra:

module.exports = {
  extends: [require.resolve('@fesk/scripts/eslint')],
};
1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.4

5 years ago

1.1.2

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago