0.1.3 • Published 2 years ago

@eakl/eslint-config v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eakl's ESLint config

Parser

{
  "parser": "@typescript-eslint/parser",
  "parserOptions": {
    "ecmaVersion": 2021,
    "sourceType": "module",
    "ecmaFeatures": {
      "jsx": true
    }
  }
}

Env

{
  "env": {
    "es2021": true,
    "node": true,
    "browser": true,
    "jsx": true
  }
}

Publish package

pnpm run version:patch | version:minor | version:major

pnpm run npm:publish