Merge pull request #1082 from ing-bank/chore/types-build-config

Chore/types build config
This commit is contained in:
gerjanvangeest 2020-11-05 13:20:52 +01:00 committed by GitHub
commit 19117ea973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

2
package-lock.json generated
View file

@ -38,7 +38,7 @@
"es6-promisify": "^6.1.1", "es6-promisify": "^6.1.1",
"eslint": "^6.1.0", "eslint": "^6.1.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.11.0",
"husky": "^1.0.0", "husky": "^1.3.1",
"lint-staged": "^10.0.0", "lint-staged": "^10.0.0",
"looks-same": "^7.2.3", "looks-same": "^7.2.3",
"markdownlint-cli": "^0.17.0", "markdownlint-cli": "^0.17.0",

View file

@ -63,7 +63,7 @@
"es6-promisify": "^6.1.1", "es6-promisify": "^6.1.1",
"eslint": "^6.1.0", "eslint": "^6.1.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.11.0",
"husky": "^1.0.0", "husky": "^1.3.1",
"lint-staged": "^10.0.0", "lint-staged": "^10.0.0",
"looks-same": "^7.2.3", "looks-same": "^7.2.3",
"markdownlint-cli": "^0.17.0", "markdownlint-cli": "^0.17.0",

View file

@ -11,6 +11,15 @@
"**/coverage/*", "**/coverage/*",
"**/dist/**/*", "**/dist/**/*",
"packages/**/test-helpers", "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 // ignore test/demos for singleton manager until overlays are typed as it's used in there
"packages/singleton-manager/demo/", "packages/singleton-manager/demo/",
"packages/singleton-manager/test/", "packages/singleton-manager/test/",