ESLint improvements #2894
Labels
dependencies
Pull requests that update a dependency file
discussion
enhancement
proposal
type bug
work-in-progress
not ready to merge yet, PR is available for demonstration/review purposes
Below are my vision about improving ESLint linting in
graphiql
repository, it will be done with separated PRs to make review easy!--max-warnings=0
and--cache
flags #2962--max-warnings=0
and--cache
CLI flags 🛠️ ESLint: clean all ESLint warnings, add--max-warnings=0
and--cache
flags #2962extendwas already extendedplugin:jest/recommended
config for test filesplugin:cypress/recommended
config for e2e tests extendplugin:cypress/recommended
config #3035plugin:import/recommended
config extendsplugin:import/recommended
and fix warnings #2922plugin:jsx-a11y/recommended
configplugin:@typescript-eslint/recommended
config [wip] 🛠️ ESLint: extendsplugin:@typescript-eslint/recommended
config #2967plugin:@typescript-eslint/recommended-requiring-type-checking
configeslint-plugin-mdx
The text was updated successfully, but these errors were encountered: