@hckrnews/eslint-config

3.1.1 • Public • Published

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,
      }
    ]
  }
}

Package Sidebar

Install

npm i @hckrnews/eslint-config

Weekly Downloads

174

Version

3.1.1

License

MIT

Unpacked Size

7.17 kB

Total Files

11

Last publish

Collaborators

  • epeus
  • w3news