You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the no-duplicates rule from the import plugin with the built in no-duplicate-imports rule.
Add tests that spawn eslint child processes. This will ensure that the config is correct. The tests will fail if a rule is misspelled or the config is invalid.
Move linter config to js files. There is no need to have them split into a js and a json file anymore.