0.5.1 • Published 7 years ago

eslint-config-hlj-merchant v0.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Installation

yarn add -D eslint eslint-config-hlj-merchant

Usage

Recommend usage

// in your webpack config
{
  module: {
    rules: [
      {
        test: /\.jsx?$/,
        use: [
          {
            options: {
              baseConfig: {
                extends: ['eslint-config-hlj-merchant']
              },
              ignore: false,
              useEslintrc: false
            },
            loader: 'eslint-loader'
          }
        ],
        enforce: 'pre'
      }
    ]
  }
}

or

{
  "extends": "hlj-merchant",
  "rules": {
    // if you want to override
  }
}
0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago