Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drill-lancer committed Sep 28, 2023
1 parent 68958a0 commit 39baadf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
camelcase: 'off',
'@wordpress/no-unsafe-wp-apis': 'off',
'@wordpress/i18n-translator-comments': 'off',
'react-hooks/exhaustive-deps': 'off',
},
};
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.20.1
18.18.0
2 changes: 1 addition & 1 deletion languages/vk-blocks-pro.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-09-28T07:17:25+00:00\n"
"POT-Creation-Date: 2023-09-28T07:21:44+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: vk-blocks-pro\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"stop": "wp-env stop",
"destroy": "wp-env destroy",
"watch": "npm run build && concurrently \"wp-scripts start\" \"npx gulp watch\"",
"update": "npx ncu -u -x '@wordpress/env sass react react-dom' && rimraf node_modules/ package-lock.json && npm install && npm run build",
"update": "ncu -u -x '@wordpress/env sass react react-dom' && rimraf node_modules/ package-lock.json && npm install && npm run build",
"dist": "npm run build && composer install --no-dev && gulp dist && composer install",
"prebuild": "rimraf ./inc/vk-blocks/build/*",
"build:dev": "composer install && gulp text-domain-pro && wp-scripts build --webpack-copy-php --config webpack.config.js --progress --mode=development && gulp build:dev:pro",
Expand Down

0 comments on commit 39baadf

Please sign in to comment.