7.1.1 • Published 2 months ago

@joshuaavalon/eslint-config-javascript v7.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

@joshuaavalon/eslint-config-javascript

This is the opinionated ESLint configuration repository that used by myself. Not support is guaranteed. Use as your own risk.

This configuration include both lint and format rules which may cause conflicts with other formatter like Prettier.

Getting Started

npm i -D eslint @joshuaavalon/eslint-config-javascript
// eslint.config.js
import globals from "globals";
import jsRules from "@joshuaavalon/eslint-config-javascript";

{
  ...jsRules,
  ignores: ["node_modules", "dist"],
  files: [
    "**/*.js",
    "**/*.mjs",
    "**/*.cjs"
  ],
  languageOptions: {
    globals: { ...globals.node }
  }
}
7.1.1

2 months ago

7.1.0

2 months ago

7.0.2

3 months ago

7.0.1

3 months ago

7.0.0

3 months ago