@meteorlxy/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

3.4.0 • Public • Published

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",
  ],
}

Readme

Keywords

Package Sidebar

Install

npm i @meteorlxy/eslint-config

Weekly Downloads

29

Version

3.4.0

License

MIT

Unpacked Size

234 kB

Total Files

8

Last publish

Collaborators

  • meteorlxy