1.0.14 • Published 10 months ago

@creazy231/eslint-config v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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
  }
}
1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago