2.0.0 • Published 5 years ago

@willsoto/eslint-config-base v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

@willsoto/eslint-config-base

My eslint config

Installation (Basic)

yarn add eslint @willsoto/eslint-config-base --dev
npm install eslint @willsoto/eslint-config-base --save-dev

Installation (with Vue.js)

yarn add eslint-plugin-vue --dev
npm install eslint-plugin-vue --save-dev

Installation (with TypeScript)

yarn add @typescript-eslint/eslint-plugin --dev
npm install @typescript-eslint/eslint-plugin --save-dev

Usage

Basic

{
  "extends": ["@willsoto/eslint-config-base"]
}

Vue.js

Everything from Basic plus additional Vue.js options

{
  "extends": ["@willsoto/eslint-config-base/vue"]
}

TypeScript

Everything from Basic plus additional TypeScript options

{
  "extends": ["@willsoto/eslint-config-base/typescript"],
  "parser": "@typescript-eslint/parser",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}
2.0.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago