Skip to content

Commit

Permalink
chore: prevent weird behaviour of pre-commit hook (#973)
Browse files Browse the repository at this point in the history
* chore: prevent weird behaviour of pre-commit hook

* fix: update eslint config

* fix: revert

* fix: refactor config

* fix: lock-file changes for generate-loader

* fix: lock-file changes for generators

* fix: update lock file for info

* fix: update lock file for generate-plugins

* fix: update lock file for migrate

* fix: update lock file for serve
  • Loading branch information
jamesgeorge007 authored and ematipico committed Jul 4, 2019
1 parent 49e4adc commit ba471f8
Show file tree
Hide file tree
Showing 15 changed files with 35,768 additions and 3,875 deletions.
1 change: 0 additions & 1 deletion packages/generate-loader/.eslintrc
@@ -1,7 +1,6 @@
{
"root": true,
"extends": [
"../../.eslintrc.js",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
Expand Down
8,299 changes: 7,795 additions & 504 deletions packages/generate-loader/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/generate-plugin/.eslintrc
@@ -1,7 +1,6 @@
{
"root": true,
"extends": [
"../../.eslintrc.js",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
Expand Down
8,299 changes: 7,795 additions & 504 deletions packages/generate-plugin/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/generators/.eslintrc
@@ -1,7 +1,6 @@
{
"root": true,
"extends": [
"../../.eslintrc.js",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
Expand Down
7,892 changes: 5,790 additions & 2,102 deletions packages/generators/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/info/.eslintrc
@@ -1,7 +1,6 @@
{
"root": true,
"extends": [
"../../.eslintrc.js",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
Expand Down
1 change: 0 additions & 1 deletion packages/init/.eslintrc
@@ -1,7 +1,6 @@
{
"root": true,
"extends": [
"../../.eslintrc.js",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
Expand Down

0 comments on commit ba471f8

Please sign in to comment.