@fesk/eslint-config-standard

1.2.2 • Public • Published

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')],
};

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @fesk/eslint-config-standard

    Weekly Downloads

    16

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    2.27 kB

    Total Files

    3

    Last publish

    Collaborators

    • stephenwf