@lyr_7d1h/eslint-config
v2.0.1
Published
Lyr's eslint config
Readme
Eslint config
Configure
It will look for tsconfig.eslint.json for linting typescript files with the right config.
npm i -D @lyr_7d1h/eslint-config eslint prettier typescriptmodule.exports = {
parserOptions: {
project: "./tsconfig.prod.json", // Custom tsconfig
},
extends: ["@lyr_7d1h/eslint-config"],
};