3.1.1 • Published 11 months ago

@hckrnews/eslint-config v3.1.1

Weekly downloads
129
License
MIT
Repository
github
Last release
11 months ago

Eslint default by hckr.news

These are my settings for ESLint and Prettier.

Here's an example usage:

{
  "extends": [
    "@hckrnews/eslint-config"
  ],
  "rules": {
    "no-console": 2,
    "prettier/prettier": [
      "error",
      {
        "trailingComma": "es5",
        "singleQuote": true,
        "printWidth": 120,
        "tabWidth": 8,
      }
    ]
  }
}
3.1.1

11 months ago

3.1.0

12 months ago

3.0.5

1 year ago

3.0.4

2 years ago

3.0.0

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago