2.0.7 • Published 2 years 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-configUsage
- Add a .eslintrc.jsfile in the root of the project extending the config:
module.exports = {
  extends: ["@ayloncarrijo/eslint-config"],
};You can also use a
.eslintrc.jsoninstead of.eslintrc.jsif you prefer.
- If you are using TypeScript and your tsconfig.jsonis 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
2 years ago
2.0.6
2 years ago
2.0.5
2 years 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
3 years ago
1.9.0
3 years ago
1.8.0
3 years ago
1.7.2
3 years ago
1.7.1
3 years ago
1.7.0
3 years ago
1.6.0
3 years ago
1.5.0
3 years ago
1.4.0
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago