2.0.0 • Published 1 year ago

@nicholan/eslint-config-custom v2.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Project Title

Personal eslint configuration files.

Installing

Clone repository

npm install -D @nicholan/eslint-config

Extend .eslintrc.js:

module.exports = {
  extends: [
    "@nicholan/eslint-config",
    "@nicholan/eslint-config/react",
    "@nicholan/eslint-config/rules",
    "@nicholan/eslint-config/prettier",
  ],
  parserOptions: {
    tsconfigRootDir: __dirname,
    project: ["./tsconfig.json"],
  },
  root: true,
  ignorePatterns: [".eslintrc.js"],
};
2.0.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago