3.4.0 • Published 1 month ago

@meteorlxy/eslint-config v3.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
1 month ago

ESLint Config

Install

npm i -D @meteorlxy/eslint-config

Usage

Create eslint.config.js:

import { meteorlxy } from '@meteorlxy/eslint-config';

export default meteorlxy({
  react: true,
  typescript: {
    tsconfigPath: './tsconfig.json',
  },
  vue: true,
});

Configure .vscode/settings.json:

{
  "eslint.experimental.useFlatConfig": true,
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "markdown",
    "typescript",
    "typescriptreact",
    "vue",
  ],
}
3.4.0

1 month ago

3.3.1

2 months ago

3.3.0

2 months ago

3.2.0

2 months ago

3.1.1

2 months ago

3.1.0

2 months ago

3.0.1

2 months ago

3.0.0

2 months ago

2.27.2

10 months ago

2.27.3

9 months ago

2.24.0

1 year ago

2.21.0

1 year ago

2.20.0

1 year ago

2.19.0

1 year ago

2.16.1

2 years ago

2.18.0

2 years ago

2.15.0

2 years ago

2.16.0

2 years ago

2.14.0

2 years ago

2.11.0

2 years ago

2.12.0

2 years ago

2.9.0

2 years ago

2.7.0

2 years ago

2.6.0

2 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.2.0

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago