Skip to content

astahmer/eslint-config

Repository files navigation

pnpm add -D eslint @typescript-eslint/eslint-plugin @astahmer/eslint-config-ts
pnpm add -D eslint @typescript-eslint/eslint-plugin @astahmer/eslint-config-react

// package.json

"lint": "eslint './{src,tests}/**/*.ts' --cache ",
"lint:fix": "eslint './{src,tests}/**/*.ts' --cache --fix",
"lint:debug": "TIMING=1 eslint './{src,tests}/**/*.ts'",

// eslint config

extends: [
    "@astahmer/eslint-config-ts",
],

eslint-formatter-pretty ?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published