eslint
Contents
Create custom ESLint rules in 2 minutes
rules
eslint define a set of rules rules will throw a error or warning when encounter possible problems,stylistic issues
|
|
rules work only you explicitly declare it
extend
load a set of rules without declaring them
plugin
a extend of offical rules. To make it work, you should declare or extend it
perttier and eslint
- eslint-config-prettier: turn off all eslint rules that are conflict with prettier
- eslint-plugin-prettier: run prettier from within eslint
|
|