0.5.1 • Published 6 years ago

eslint-config-hlj-merchant v0.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago