eslint-config-frisk
v0.15.0
Published
ESLint config for various Frisk UI projects.
Downloads
17
Keywords
Readme
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)