@toruslabs/eslint-config-typescript
v5.0.0
Published
Eslint configuration for TypeScript libraries
Readme
@toruslabs/eslint-config-vue
Sharable ESLint config for TypeScript repositories at Torus Labs.
Please use the @toruslabs/eslint-config-typescript package in your project.
Work with Eslint ^9.0.0, flat config file.
Usage
npm install --save-dev @toruslabs/eslint-config-typescriptIn your project, add the following to your .eslintrc.js file:
import torusTypescriptConfig from "@toruslabs/eslint-config-typescript";
export default [
...torusTypescriptConfig,
{
// your custom rules and config here
},
];