feat: check errors in the configuration file (#720)

* feat: check errors in the configuration file

feat: added --lint-config option for lint command

chore: added few test

chore: added UT's for handle lint

chore: added UT's for handle lint

* fix: fixed conflicts

* chore: resolv conflicts

* chore: add e2e test for lint-config, update coverageThreshold

* fix: fixed typo

* chore: lint missed part of code

fix: fix path in shapshot e2e test

fix: fix path in shapshot e2e test

* chore: update branch and resolve conflicts

* chore: PR comments and lint fix

* fix: fix typo in tests

Co-authored-by: SmoliyY <yevhen.smoliy@gmail.com>
This commit is contained in:
Roman Sainchuk
2022-06-22 17:05:06 +03:00
committed by GitHub
parent 0bee06b111
commit 542b2b8fbf
37 changed files with 902 additions and 164 deletions

View File

@@ -17,10 +17,10 @@ module.exports = {
lines: 77,
},
'packages/cli/': {
statements: 33,
branches: 28,
functions: 29,
lines: 34,
statements: 37,
branches: 30,
functions: 32,
lines: 39,
},
},
testMatch: ['**/__tests__/**/*.test.ts', '**/*.test.ts'],