Skip to content

evotor/evo-frontend-linters

Repository files navigation

Evotor linting configurations

Usage

  1. Install linters packages
  • npm i @evo/eslint-config-ng --save-dev - for TS-files check
  1. Extend your .eslintrc.js with installed packages:
module.exports = {
    "root": true,
    "extends": [
        '@evo/eslint-config-ng',
    ],
    "parserOptions": {
        "ecmaVersion": 2020,
        "sourceType": "module",
        "project": ["./tsconfig.app.json"]
    },
    "env": {
        "es6": true,
        "browser": true,
        "node": true
    },
}

Contributing

  1. Use conventional commits wisely
  2. Use feature branches and make PRs with your changes
  3. After code review merge PR to master
  4. Run lerna publish to publish new versions of all changed packages

Create new package

  • Use lerna create <package name>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors