1.3.8 • Published 3 years ago

@resolventa/eslint-config v1.3.8

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

Resolventa default React+TS eslint-config

  1. npm i @resolventa/eslint-config
  2. Extend @resolventa in your ESLint config
// .eslintrc.js
module.exports = {
    extends: [
        '@resolventa',

        // If you're using Next.js
        '@resolventa/eslint-config/next',

        // If you're using storybook
        '@resolventa/eslint-config/storybook',
    ],
    parserOptions: {
        project: './tsconfig.json',
    },
};
1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago