6.0.10 • Published 8 months ago

@robot-inventor/eslint-config v6.0.10

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

eslint-config

@Robot-Inventor's ESLint config preset.

Installation

Then, install the package:

npm install --save-dev @robot-inventor/eslint-config

Usage

Add the following to your eslint.config.js file:

// ESModule
import { eslintConfig } from "@robot-inventor/eslint-config";

export default eslintConfig;
// CommonJS
const { eslintConfig } = require("@robot-inventor/eslint-config");

module.exports = eslintConfig;

If you don't need JSDoc rules, you can use the eslintConfigNoJSDoc instead.

// ESModule
import { eslintConfigNoJSDoc } from "@robot-inventor/eslint-config";

export default eslintConfigNoJSDoc;
// CommonJS
const { eslintConfigNoJSDoc } = require("@robot-inventor/eslint-config");

module.exports = eslintConfigNoJSDoc;

You can extend or override the config as needed.

// ESModule
import { eslintConfig } from "@robot-inventor/eslint-config";

export default [
    ...eslintConfig,
    {
        rules: {
            // Your rules here
        }
    }
];
// CommonJS
const { eslintConfig } = require("@robot-inventor/eslint-config");

module.exports = [
    ...eslintConfig,
    {
        rules: {
            // Your rules here
        }
    }
];
6.0.10

8 months ago

6.0.9

8 months ago

6.0.7

9 months ago

6.0.6

9 months ago

6.0.8

8 months ago

6.0.5

9 months ago

6.0.4

9 months ago

6.0.3

9 months ago

6.0.2

9 months ago

6.0.1

9 months ago

6.0.0

10 months ago

1.0.0

11 months ago

0.2.26

11 months ago

0.2.25

11 months ago

0.2.24

11 months ago

0.2.23

11 months ago

0.2.22

11 months ago

0.2.21

11 months ago

0.2.20

11 months ago

0.2.19

11 months ago

0.2.18

11 months ago

0.2.17

12 months ago

2.0.1

10 months ago

2.0.0

10 months ago

3.0.1

10 months ago

0.2.16

12 months ago

0.2.15

12 months ago

0.2.14

12 months ago

0.2.13

12 months ago

3.0.0

10 months ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

4.0.5

10 months ago

4.0.4

10 months ago

4.0.7

10 months ago

4.0.6

10 months ago

4.0.1

10 months ago

4.0.0

10 months ago

4.0.3

10 months ago

4.0.2

10 months ago

5.0.5

10 months ago

5.0.4

10 months ago

5.0.3

10 months ago

5.0.2

10 months ago

5.0.1

10 months ago

5.0.0

10 months ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago