1.0.2 • Published 1 year ago

@dare-adewole/eslint-config-tecnotree v1.0.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

@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 into dist/ folder.
  • npm publish - publish your package to npm.
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago