Merge pull request #1082 from ing-bank/chore/types-build-config
Chore/types build config
This commit is contained in:
commit
19117ea973
3 changed files with 11 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -38,7 +38,7 @@
|
|||
"es6-promisify": "^6.1.1",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"husky": "^1.0.0",
|
||||
"husky": "^1.3.1",
|
||||
"lint-staged": "^10.0.0",
|
||||
"looks-same": "^7.2.3",
|
||||
"markdownlint-cli": "^0.17.0",
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
"es6-promisify": "^6.1.1",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"husky": "^1.0.0",
|
||||
"husky": "^1.3.1",
|
||||
"lint-staged": "^10.0.0",
|
||||
"looks-same": "^7.2.3",
|
||||
"markdownlint-cli": "^0.17.0",
|
||||
|
|
|
|||
|
|
@ -11,6 +11,15 @@
|
|||
"**/coverage/*",
|
||||
"**/dist/**/*",
|
||||
"packages/**/test-helpers",
|
||||
"packages/**/docs/**/*",
|
||||
"packages/babel-plugin-extend-docs/**/*.js",
|
||||
"packages/providence-analytics/**/*.js",
|
||||
"packages/remark-extend/**/*.js",
|
||||
"packages/select-rich/test/**/*.js", // TODO: Needs to get typed!
|
||||
"packages/overlays/test/utils-tests/**/*.js", // TODO: Needs to get typed!
|
||||
"packages/form-integrations/test/**/*.js", // TODO: Needs to get typed!
|
||||
"packages/combobox/test/**/*.js", // TODO: Needs to get typed!
|
||||
"packages/ajax/**/*.js", // Deprecated because we will move to redaxios soon.
|
||||
// ignore test/demos for singleton manager until overlays are typed as it's used in there
|
||||
"packages/singleton-manager/demo/",
|
||||
"packages/singleton-manager/test/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue