tomek-f / tf

https://tomekf.pl
2 stars 1 forks source link

eslint #370

Open tomek-f opened 8 months ago

tomek-f commented 8 months ago
tomek-f commented 8 months ago

ESLint needs .gitignore or .eslintignore to work properly

tomek-f commented 8 months ago

typescript eslint

'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/stylistic',

->

'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',

https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/ https://typescript-eslint.io/rules/ https://typescript-eslint.io/linting/typed-linting/monorepos

tomek-f commented 8 months ago

🦄 eslint-plugin-unicorn preset used

tomek-f commented 2 months ago

https://eslint.org/blog/2024/04/eslint-v9.0.0-released/

tomek-f commented 2 weeks ago

https://eslint.org/blog/2024/05/eslint-configuration-migrator/