0.0.6 • Published 1 year ago

eslint-config-akari v0.0.6

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

Config for TypeScript

pnpm add -D eslint eslint-config-akari @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
{
    "root": true,
    "parserOptions": {
        "project": "./path/to/tsconfig.json"
    },
    "parser": "@typescript-eslint/parser",
    "plugins": [
        "@typescript-eslint"
    ],
    "extends": [
        "eslint:recommended",
        "akari",
        "plugin:@typescript-eslint/recommended",
        "plugin:@typescript-eslint/recommended-requiring-type-checking",
        "plugin:@typescript-eslint/strict",
        "akari/typescript",
        "prettier"
    ]
}
0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago