6.1.0 ā€¢ Published 3 years ago

eslint-config-gluons v6.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

eslint-config-gluons

license npm node ESLint Travis branch Known Vulnerabilities

gluons' personal ESLint shareable config

A set of my ā¤ļø favorite rules.

šŸŒ¤šŸŒØšŸš€šŸŒØšŸŒØ
ā„ļøā„ļøā„ļøā„ļøā„ļø
ā„ļøā„ļøā„ļøā„ļøā„ļø
šŸŽ„šŸŽ„ā˜ƒā›·šŸ”

Installation

Via npm:

NPM

npm install -D eslint-config-gluons

Via pnpm:

pnpm install -D eslint-config-gluons

Via Yarn:

yarn add -D eslint-config-gluons

Using with TypeScript

Install TypeScript ESLint.

Via npm:

npm install -D @typescript-eslint/parser @typescript-eslint/eslint-plugin

Via pnpm:

pnpm install -D @typescript-eslint/parser @typescript-eslint/eslint-plugin

Via Yarn:

yarn add -D @typescript-eslint/parser @typescript-eslint/eslint-plugin

Using with Vue

Install eslint-plugin-vue.

Via npm:

npm install -D eslint-plugin-vue

Via pnpm:

pnpm install -D eslint-plugin-vue

Via Yarn:

yarn add -D eslint-plugin-vue

Usage

Normal:

{
	"extends": "gluons"
}

ECMAScript 2015+:

{
	"extends": "gluons/esnext"
}

TypeScript:

{
	"extends": "gluons/ts"
}

TypeScript + JavaScript:

{
	"extends": "gluons/mixed"
}

Vue:

{
	"extends": "gluons/vue"
}

Vue + TypeScript:

{
	"extends": "gluons/vue-ts"
}

Badge

ESLint Gluons

[![ESLint Gluons](https://img.shields.io/badge/code%20style-gluons-9C27B0.svg?style=flat-square)](https://github.com/gluons/eslint-config-gluons)
6.1.0

3 years ago

6.0.8

4 years ago

6.0.7

4 years ago

6.0.6

4 years ago

6.0.5

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

6.0.3

4 years ago

6.0.2

4 years ago

6.0.4

4 years ago

5.0.4

4 years ago

5.0.3

4 years ago

5.0.2

4 years ago

5.0.1

4 years ago

5.0.0

5 years ago

4.1.0

5 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago