9.8.2 • Published 7 months ago

eslint-config-elegant-coding v9.8.2

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago


📚 Table of content


  • node >= 18.16.0
  • git >= 2.38
  • pnpm >= 8.2.0

Run this command to install eslint and the plugin.

pnpm i -D eslint eslint-config-aesthetic-coder

To use this plugin put in your eslint config file this lines of codes.

js - javascript

{
  "root": true,
  "extends": "aesthetic-coder"
}

ts - typescript

{
  "root": true,
  "extends": [
    "aesthetic-coder",
    "aesthetic-coder/typescript",
  ]
}

tsx - jsx

{
  "root": true,
  "extends": [
    "aesthetic-coder",
    "aesthetic-coder/typescript",
    "aesthetic-coder/jsx_a11y",
  ]
}

qwik

{
  "root": true,
  "extends": [
    "aesthetic-coder",
    "aesthetic-coder/typescript",
    "aesthetic-coder/jsx_a11y",
    "aesthetic-coder/qwik",
  ]
}

The following scripts are available in the package.json:

  • preinstall: This script is for only allow pnpm as package manager
  • postinstall: This script is for setting up the git hooks and validate the error after commit to github
  • type-check: This script is for type checking the typescript files
  • lint-eslint: This script is for format and lint all js ts files
  • lint-markdown: This script is for format and lint all markdown files
  • lint: This script is for format and lint all the files
  • build: This script is for build the package
  • release: This script is for generate a new release in github

  • typescript - TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
  • eslint - ESLint is an open source project that helps you find and fix problems with your JavaScript code.
  • rimraf - A rm -rf util for nodejs

9.8.2

7 months ago

9.8.1

7 months ago

9.8.0

7 months ago

9.6.0

8 months ago

9.5.5

8 months ago

9.5.4

8 months ago

9.5.3

8 months ago

9.2.6

8 months ago

9.2.5

8 months ago

9.2.4

8 months ago

9.2.3

8 months ago

9.2.2

8 months ago

9.2.1

8 months ago

9.1.9

9 months ago

9.1.8

9 months ago

9.1.7

9 months ago

9.1.6

9 months ago

9.1.4

9 months ago

9.3.0

8 months ago

9.2.0

8 months ago

9.0.4

11 months ago

9.0.3

11 months ago

9.0.2

11 months ago

9.0.1

11 months ago

9.0.0

11 months ago

8.1.0

1 year ago

8.0.1

1 year ago

8.0.0

1 year ago

7.1.0

1 year ago

7.0.6

1 year ago

7.0.4

1 year ago

7.0.3

1 year ago

7.0.5

1 year ago

7.0.0

1 year ago

7.0.2

1 year ago

7.0.1

1 year ago

6.0.7

1 year ago

6.0.9

1 year ago

6.0.8

1 year ago

6.0.3

1 year ago

6.0.5

1 year ago

6.0.4

1 year ago

6.0.6

1 year ago

5.0.2

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago

6.0.2

1 year ago

4.0.6

1 year ago

4.0.5

1 year ago

4.0.4

1 year ago

4.0.3

1 year ago

4.0.1

2 years ago

4.0.0

2 years ago

3.1.11

2 years ago

3.1.10

2 years ago

3.1.9

2 years ago

3.1.8

2 years ago

3.1.7

2 years ago

3.1.6

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago