1.0.86 • Published 1 month ago

@fracturedrocks/eslint-config v1.0.86

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Aden's eslint config

Installation

Run npm install --save-dev @fracturedrocks/eslint-config

then add the following to the required files:

package.json

  "eslintConfig": {
    "extends": [
      "@fracturedrocks/eslint-config"
    ]
  }

.prettierrc

"@fracturedrocks/eslint-config/.prettierrc.js"