0.0.4 • Published 4 years ago

eslint-config-weiland v0.0.4

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

Eslint Config

Install

npm install --save-dev eslint-config-weiland

Include in .eslintrc.json:

{
  "root": true,
  "extends": ["weiland"]
}

Testing

{
  "root": true,
-  "extends": ["weiland"],
+  "extends": ["weiland"],
+  "env" {
+    "jest": true
+  }
}

Browser

{
  "root": true,
-  "extends": ["weiland"],
+  "extends": ["weiland"],
+  "env" {
+    "browser": true
+  }
}