Skip to content

Commit

Permalink
Futher update build config.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Aug 2, 2022
1 parent a0465ac commit 9545488
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 66 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
release/*
dist/*
vendor/*
gulp-tasks/*
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": "@10up/eslint-config"
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
"settings": {
"import/core-modules": [ "jquery", "underscore" ]
},
"rules": {
"import/no-extraneous-dependencies": ["error", {"packageDir": ["./", "./node_modules/@wordpress/scripts"] }]
}
}
62 changes: 0 additions & 62 deletions gulpfile.babel.js

This file was deleted.

0 comments on commit 9545488

Please sign in to comment.