node-ecstatic icon indicating copy to clipboard operation
node-ecstatic copied to clipboard

Move off of airbnb for linting

Open jfhbrook opened this issue 5 years ago • 0 comments

airbnb linting rules are a moving target, and it's currently making it difficult to upgrade the airbnb rules - which in turn is making it difficult to upgrade eslint! We're a few versions behind on both.

There's functionality in eslint that can print the config - https://github.com/eslint/eslint/pull/5145 so assuming we can get that to work with the current version of the airbnb rules, we should be able to dump that config, overwrite .eslintrc.json and remove airbnb's linting rules from our dependencies.

jfhbrook avatar Apr 05 '19 19:04 jfhbrook