2019.10.22 • Published 6 years ago
@inc/eslint-config v2019.10.22
eslint-config
Recommended ESLint settings for !NC projects
Installation
$ npx install-peerdeps --dev @inc/eslint-configUsage
In your .eslintrc or .eslintrc.json file:
{
extends: "@inc"
}Or in package.json:
{
"name": "your-project-name",
"eslintConfig": {
"extends": "@inc"
}
}You can use @inc/esnext you are parsing ES2015+:
{
"extends": "@inc/eslint-config/esnext"
}Or @inc/browser if you are in the browser:
{
"extends": "@inc/eslint-config/browser"
}License
MIT © Paul Anthony Webb