2.0.15 • Published 8 months ago

@creazy231/eslint-config v2.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Installation

# npm
npm install -D @creazy231/eslint-config

# yarn
yarn add -D @creazy231/eslint-config

Usage

// .eslintrc.js
module.exports = {
  extends: [
    "@creazy231"
  ],
  rules: {
    // your overrides
  }
}

Nuxt.js

# npm
npm install -D @nuxt/eslint-config @creazy231/eslint-config

# yarn
yarn add -D @nuxt/eslint-config @creazy231/eslint-config
// .eslintrc.js
module.exports = {
  extends: [
    "@nuxt/eslint-config",
    "@creazy231",
  ],
  rules: {
    // your overrides
  }
}
2.0.15

8 months ago

1.0.15

11 months ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago