eslint-config-jsfile

ESLint shareable config for the JsFile style guide

Usage no npm install needed!

<script type="module">
  import eslintConfigJsfile from 'https://cdn.skypack.dev/eslint-config-jsfile';
</script>

README

eslint-config-jsfile

ESLint shareable config for the JsFile style guide

Install

$ npm install --save-dev eslint eslint-config-strict eslint-plugin-filenames eslint-config-jsfile

Usage

Add some ESLint config to your .eslintrc:

{
  "extends": [
    "jsfile"
  ]
}

Then lint with $ npm run lint.

License

MIT