1.0.2 • Published 1 year ago
@dare-adewole/eslint-config-tecnotree v1.0.2
@ttUiKit/eslint-config-tecnotree package
Shareable ESLint config package to enforce rules in Tecnotree projects.
Usage
- Install package
npm i -D @tt-UiKit/eslint-config-tecnotree
Pass --legacy-peer-deps option for legacy codebases
- Put the following contents in your .eslintrc.js file:
module.exports = {
parser: '@typescript-eslint/parser', # or `@babel/eslint-parser` for Non-typescript projects.
extends: ['@tt-UiKit/tecnotree']
}
Development
npm install
- install project dependencies.npm run build
- build package intodist/
folder.npm publish
- publish your package to npm.