1.4.2 • Published 3 years ago

@heizer/eslint-config v1.4.2

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

Heizer ESLint

ESLint is a tool that helps detect potential bugs and enforce code style. It needs a configuration file that specified which rules to apply and how to apply them. This repo contains the configuration file to be used in Heizer.

Usage

In the new project, do the following: 1- Run yarn add -D @heizer/eslint-config 1- Create a file called .eslintrc.js and add the following

module.exports = {
	extends: "@heizer",
};

1- Now when eslint runs, it will apply Heizer rules. Install the ESLint VSCode extension 1- Restart VSCode

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago