2.0.0 • Published 2 years ago

@bangbang93/eslint-config-recommended v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Switch to eslint

npm i -D eslint @typescript-eslint/parser @bangbang93/eslint-config-recommended

create eslint.config.mjs

import tsParser from "@typescript-eslint/parser";
import baseConfig from '@bangbang93/eslint-config-recommended';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'

export default [
  ...baseConfig,
  {
    languageOptions: {
      parser: tsParser,
      parserOptions: {
        projectService: true,
        tsconfigRootDir: import.meta.dirname
      }
    },
  },
  eslintPluginPrettierRecommended,
]
2.0.0-6

2 years ago

2.0.0-5

2 years ago

2.0.0-4

2 years ago

2.0.0-3

2 years ago

2.0.0-2

2 years ago

2.0.0-1

2 years ago

2.0.0-0

2 years ago

2.0.0

2 years ago

2.0.0-7

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago