1.1.4 • Published 5 years ago

eslint-config-softdev v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Shareable eslint rules

Features:

  • Avoid duplicated rules configuration in multiple projects
  • Add, remove, update rules in one place
  • Easy to share across projects
  • Easy to update within each project

Install the library into your project

npm install --save-dev eslint-config-softdev

Create .eslintrc.json file under project root

{
    "extends": "eslint-config-softdev"
}

Update package.json scripts section with

"lint": "eslint ./"

Verify code against rules

npm run lint

Update project dev dependencies with latest rules

npm update --save-dev
1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

7 years ago