eslint-config-kamisama

0.3.3 • Public • Published

eslint-config-kamisama

'eslint' configuration by style guide IF.Kamisama.
Contains different framework and library lint configurations and also a global lint which can be used by any JavaScript project.

Getting started

Installation

Peer dependencies

  • eslint
  • @babel/core
  • @babel/eslint-parser
  • babel-plugin-module-resolver
  • eslint-import-resolver-babel-module
  npm install --save-dev eslint-config-kamisama

Usage

Config .eslintrc

  {
    "parser": "@babel/eslint-parser",
      "extends": [
        "eslint-config-kamisama"
      ],
      "settings": {
      "import/resolver": {
        "babel-module": {}
      }
    }
  }

Package Sidebar

Install

npm i eslint-config-kamisama

Weekly Downloads

3

Version

0.3.3

License

MIT

Unpacked Size

31.3 kB

Total Files

6

Last publish

Collaborators

  • furdzik