0.15.0 • Published 7 years ago
eslint-config-frisk v0.15.0
ESLint Config
For internal use at Frisk. Feel free to also use it as-is.
Using this ESLint Config
Just like any other config:
$ npm install --save-dev eslint-config-frisk.eslintrc.js
In your repo you can use the following in your .eslintrc.js to extend this config:
module.exports = {
  "extends": [ "frisk" ],
}That's it.
(Ends)