Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 504 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 504 Bytes

@scipe/eslint-config

JavaScript — FOR SCIENCE!

These are the rules that are in common use in sci.pe projects. Note that we use prettier for style.

styled with prettier

Usage

npm install --save-dev @scipe/eslint-config

In your module package.json add:

{
  "eslintConfig": {
    "extends": "@scipe"
  }
}