2.0.7 • Published 1 year ago
@ayloncarrijo/eslint-config v2.0.7
@ayloncarrijo/eslint-config
A shareable ESLint config used in my projects.
What's supported by this config?
- JavaScript;
- TypeScript;
- React;
Install
pnpm add -D eslint @ayloncarrijo/eslint-config
Usage
- Add a
.eslintrc.js
file in the root of the project extending the config:
module.exports = {
extends: ["@ayloncarrijo/eslint-config"],
};
You can also use a
.eslintrc.json
instead of.eslintrc.js
if you prefer.
- If you are using TypeScript and your
tsconfig.json
is not located in the same directory as your ESLint config, you will need to provide a path to it:
module.exports = {
extends: ["@ayloncarrijo/eslint-config"],
parserOptions: {
project: "./tsconfig.json",
},
};
2.0.7
1 year ago
2.0.6
1 year ago
2.0.5
1 year ago
2.0.3
2 years ago
2.0.4
2 years ago
2.0.2
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
1.9.0
2 years ago
1.8.0
2 years ago
1.7.2
2 years ago
1.7.1
2 years ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago