10.0.0 • Published 2 years ago

eslint-config-materya v10.0.0

Weekly downloads
70
License
GPL-3.0
Repository
github
Last release
2 years ago

Materya ESLint Config

An opinionated ESLint config for Materya projects

How to use

Install

npm i eslint-plugin-materya

peer dependencies

npx install-peerdeps -d -o eslint-config-materya

Configure ESLint

Extends from this config in your eslint local config file.

Example in .eslintrc:

module.exports = {
  extends: [
    'materya',            // Base set of rules
    'materya/pulumi',     // Extended rules for pulumi modules
    'materya/typescript', // Extended rules for Typescript
  ],
  ...
}

Rules

Dependencies

This set of rules extends a few standards:

Custom rules

WIP

10.0.0

2 years ago

9.0.2

3 years ago

9.0.1

3 years ago

9.0.0

3 years ago

8.0.0

4 years ago

7.1.2

4 years ago

7.1.1

4 years ago

7.1.0

4 years ago

7.0.2

4 years ago

7.0.1

5 years ago

7.0.0

5 years ago

6.1.0

5 years ago

6.0.0

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago