0.6.4 • Published 4 months ago

@lmcd/eslint-config v0.6.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@lmcd/eslint-config

npm version License

Opinionated ESLint configuration.

Remove any old package:

pnpm rm @lachlanmcdonald/eslint-config-eslint

Install latest version:

pnpm i -D @lmcd/eslint-config
pnpm i -D @stylistic/eslint-plugin

Add to .eslintrc.json or similar:

{
    "extends": [
        "@lmcd/eslint-config",
    ],
    "plugins": [
        "@stylistic",
    ],
}
0.6.4

4 months ago

0.6.3

5 months ago

0.6.2

5 months ago

0.6.1

5 months ago

0.6.0

5 months ago

0.5.0

9 months ago