eslint-config-neworbit
ESLint configuration for NewOrbit
Installation
npm install eslint-config-neworbit --save-dev
Setup
Add .eslintrc.json
file with the following contents:
{
"extends": [
"neworbit"
]
}
Migrating from TSLint
For mapping TSLint rule overrides in your own project to the equivalent ESLint rules please refer to the map. If you cannot find the rule simply Google it as ESLint is plugin based and there is likely a plugin offering the required functionality.
License
Made with :sparkling_heart: by NewOrbit in Oxfordshire, and licensed under the MIT Licence