@1000ch/eslint-config

ESLint config

Usage no npm install needed!

<script type="module">
  import 1000chEslintConfig from 'https://cdn.skypack.dev/@1000ch/eslint-config';
</script>

README

eslint-config

Build Status devDependency Status peerDependency Status

Install

npm install --save-dev @1000ch/eslint-config

Usage

In .eslintrc:

{
  "extends": [
    "@1000ch/eslint-config"
  ]
}

In package.json:

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

License

MIT © Shogo Sensui