[AAE-10461] Fix license header checker (#7823)

* [AAE-10461] Fix license header checker

* trigger travis

* fix license headers for cli lib

* rebase
This commit is contained in:
Tomasz Gnyp
2022-09-12 19:07:27 +02:00
committed by GitHub
parent 88beaf3535
commit b7e8abc529
74 changed files with 589 additions and 286 deletions
+9
View File
@@ -29033,6 +29033,15 @@
}
}
},
"eslint-plugin-license-header": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.0.tgz",
"integrity": "sha512-IEywStBWaDBDMkogYoKUAdaOuomZ+YaQmdoSD2vHmXobekM+XuP6SWLlvwUUhIbdocn3MTlb5CUJ8E4VHz1c/w==",
"dev": true,
"requires": {
"requireindex": "^1.2.0"
}
},
"eslint-plugin-prefer-arrow": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz",