2.0.4 • Published 1 year ago
eslint-config-tale v2.0.4
eslint-config-tale
My personal ESLint configuration.
This configuration is very simple and only includes a few rules that I find useful. I try to follow a lot of the "recommended" rules, with minimal changes on top. Here's what's included:
- React & JSX/TSX
- Node (CommonJS & ESM)
- Sensible Defaults (ES6+)
Usage
This config does not support the legacy
.eslintrc.*
format anymore. Create aneslint.config.js
file in your project root with the following:import tale from 'eslint-config-tale' export default [ ...tale, { // Optional overrides if you need them } ]
2.0.4
1 year ago
2.0.3
1 year ago
2.0.2
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
1.0.16
2 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago