1.3.10 • Published 1 year ago

@stickyjs/eslint-config v1.3.10

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Eslint Config

@stickyjs/eslint-config

Within your package.json:

{
  "eslintConfig": {
    "extends": ["@stickyjs"],
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  }
}