3.0.0 • Published 5 days ago

@hexatool/eslint-config v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

Installation

npm install --save-dev eslint @hexatool/eslint-config

Using yarn

yarn add eslint @hexatool/eslint-config -dev

What it does

How to use

  1. Add it to your .eslintrc.js file

    {
      extends: [ "@hexatool" ]
    }
  2. Run eslint

     eslint .

    Or adding to your package.json

    "scripts": {
        "lint": "eslint --ext .js,.ts,.jsx,.tsx,.astro,.json,.md,.mdx .",
        "lint:fix": "eslint --ext .js,.ts,.jsx,.tsx,.astro,.json,.md,.mdx --fix ."
    }

ℹ️ Please note that some rules enabled by default require that you have strict: true in your tsconfig.json.

Hexatool Code Quality Standards

Publishing this package we are committing ourselves to the following code quality standards:

  • Respect Semantic Versioning: No breaking changes in patch or minor versions
  • No surprises in transitive dependencies: Use the bare minimum dependencies needed to meet the purpose
  • One specific purpose to meet without having to carry a bunch of unnecessary other utilities
  • Tests as documentation and usage examples
  • Well documented ReadMe showing how to install and use
  • License favoring Open Source and collaboration
4.0.0-beta.6

5 days ago

4.0.0-beta.5

5 days ago

4.0.0-beta.4

5 days ago

4.0.0-beta.3

5 days ago

4.0.0-beta.2

5 days ago

4.0.0-beta.1

6 days ago

4.0.0-beta.0

6 days ago

3.0.0

1 month ago

2.3.0

4 months ago

2.0.0-beta.9

8 months ago

2.0.0-beta.8

8 months ago

2.0.0-beta.7

8 months ago

2.2.1

6 months ago

2.1.2

7 months ago

2.2.0

6 months ago

2.1.1

7 months ago

2.2.3

6 months ago

2.2.2

6 months ago

2.1.3

7 months ago

2.0.0-beta.2

8 months ago

2.0.0-beta.1

8 months ago

2.0.0-beta.0

8 months ago

2.0.0-beta.6

8 months ago

2.0.0-beta.5

8 months ago

2.1.0

7 months ago

2.0.0-beta.4

8 months ago

2.0.0-beta.3

8 months ago

2.0.0

8 months ago

2.0.0-beta.11

8 months ago

2.0.0-beta.10

8 months ago

2.0.0-beta.14

8 months ago

2.0.0-beta.13

8 months ago

2.0.0-beta.12

8 months ago

2.0.0-beta.18

8 months ago

2.0.0-beta.17

8 months ago

2.0.0-beta.16

8 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.3

1 year ago

1.0.0

2 years ago