@roborox/eslint-config-default
Version:
Config for eslint
26 lines (17 loc) • 486 B
Markdown
> This config extends airbnb-typescript, plugin:eslint-comments/recommended
Run following command with terminal
```
npm install eslint@^7.7.0 @roborox/eslint-config-default --save-dev
```
To apply this config to your existing eslint configuration just add `@roborox/default` in
your `.eslintrc.js` file
```
module.exports = {
extends: ["@roborox/default"],
/* your config goes here.. */
}
```