10.0.0 • Published 7 months ago

eslint-config-neworbit v10.0.0

Weekly downloads
812
License
MIT
Repository
github
Last release
7 months ago

eslint-config-neworbit

ESLint configuration for NewOrbit

Installation

npm install eslint eslint-config-neworbit --save-dev

Setup

Add eslint.config.js or extend existing one. Documentation: Eslint documentation

// @ts-check
import NewOrbitEslintConfig from "eslint-config-neworbit";

export default [
    ...NewOrbitEslintConfig,
    /* rest of your config, e.g.:
    {
        plugins: {
            "react-refresh": ReactRefreshPlugin,
        },
        rules: {
            "react-refresh/only-export-components": "warn",
        },
    },
    */
];

You are ready to use it from eslint CLI, by e.g. adding a script to your package.json

{
    ...
    "scripts": {
        ...
        "lint:ts": "eslint --max-warnings 0 -c eslint.config.js \"./**/*.{js,jsx,ts,tsx, mjs, mts, mjsx, mtsx}\"",
    }
}

Or you can use it from VS Code by downloading Microsoft ESLint extension

License

Made with :sparkling_heart: by NewOrbit in Oxfordshire, and licensed under the MIT Licence.

10.0.0

7 months ago

10.0.0-beta.6

7 months ago

10.0.0-beta.2

7 months ago

10.0.0-beta.3

7 months ago

10.0.0-beta.1

7 months ago

10.0.0-beta.4

7 months ago

10.0.0-beta.5

7 months ago

9.0.0

1 year ago

8.3.0

2 years ago

8.1.0

2 years ago

8.2.0

2 years ago

8.0.0

2 years ago

7.0.0

2 years ago

6.2.0

2 years ago

6.1.0

2 years ago

6.0.0

3 years ago

5.0.0

3 years ago

4.1.4

4 years ago

4.1.3

4 years ago

4.1.2

4 years ago

4.1.1

4 years ago

4.1.0

4 years ago

4.0.0

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

1.1.0

5 years ago

2.0.0

5 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago