Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prevent weird behaviour of pre-commit hook #973

Merged
merged 10 commits into from
Jul 4, 2019
1 change: 0 additions & 1 deletion packages/generate-loader/.eslintrc
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"root": true,
"extends": [
"../../.eslintrc.js",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
Expand Down