Ensure linting is done for email editor JS and CSS files

MAILPOET-6215
This commit is contained in:
Oluwaseun Olorunsola
2024-11-05 19:34:22 +01:00
committed by Oluwaseun Olorunsola
parent 820cbd2939
commit ef4cf077ba
3 changed files with 89 additions and 74 deletions

View File

@@ -1,74 +1,78 @@
{
"name": "@mailpoet/email-editor",
"private": true,
"sideEffects": [
"build-style/**",
"src/**/*.scss"
],
"version": "0.1.0",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint:css": "wp-scripts lint-style",
"lint:css-fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js ./src/**",
"lint:js-fix": "wp-scripts lint-js ./src/** --fix"
},
"dependencies": {
"@wordpress/api-fetch": "^7.0.0",
"@wordpress/block-editor": "^13.0.0",
"@wordpress/block-library": "^9.0.0",
"@wordpress/blocks": "^13.0.0",
"@wordpress/components": "^28.0.0",
"@wordpress/compose": "^7.0.0",
"@wordpress/core-data": "^7.0.0",
"@wordpress/data": "^10.0.0",
"@wordpress/data-controls": "^4.0.0",
"@wordpress/edit-post": "^8.0.0",
"@wordpress/editor": "^14.0.0",
"@wordpress/element": "^6.0.0",
"@wordpress/format-library": "^5.0.0",
"@wordpress/hooks": "^4.0.0",
"@wordpress/html-entities": "^4.0.0",
"@wordpress/i18n": "^5.0.0",
"@wordpress/icons": "^10.0.0",
"@wordpress/interface": "^6.0.0",
"@wordpress/keyboard-shortcuts": "^5.0.0",
"@wordpress/keycodes": "^4.0.0",
"@wordpress/media-utils": "^5.0.0",
"@wordpress/notices": "^5.0.0",
"@wordpress/preferences": "^4.0.0",
"@wordpress/private-apis": "^1.0.0",
"@wordpress/rich-text": "^7.0.0",
"@wordpress/url": "^4.0.0",
"@wordpress/is-shallow-equal": "^5.0.0",
"@wordpress/base-styles": "^5.0.0",
"classnames": "^2.5.1",
"deepmerge": "^4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@mailpoet/eslint-config": "workspace:^",
"@wordpress/scripts": "27.9.0",
"@types/history": "^4.7.11",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.180",
"@types/node": "^18.6.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/wordpress__block-editor": "^11.5.14",
"@types/wordpress__block-library": "^2.6.3",
"@types/wordpress__blocks": "^12.5.14",
"@types/wordpress__edit-post": "^7.5.7",
"@types/wordpress__editor": "^13.6.8",
"@types/wordpress__media-utils": "^4.14.4",
"core-js": "^3.37.1",
"eslint-plugin-check-file": "^2.8.0",
"wp-types": "^3.65.0"
},
"volta": {
"extends": "../../../package.json"
}
"name": "@mailpoet/email-editor",
"private": true,
"sideEffects": [
"build-style/**",
"src/**/*.scss"
],
"version": "0.1.0",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint:css": "wp-scripts lint-style",
"lint:css-fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js ./src/**",
"lint:js-fix": "wp-scripts lint-js ./src/** --fix"
},
"lint-staged": {
"*.{scss,css}": "wp-scripts lint-style",
"*.{js,jsx,ts,tsx}": "wp-scripts lint-js ./src/**"
},
"dependencies": {
"@wordpress/api-fetch": "^7.0.0",
"@wordpress/block-editor": "^13.0.0",
"@wordpress/block-library": "^9.0.0",
"@wordpress/blocks": "^13.0.0",
"@wordpress/components": "^28.0.0",
"@wordpress/compose": "^7.0.0",
"@wordpress/core-data": "^7.0.0",
"@wordpress/data": "^10.0.0",
"@wordpress/data-controls": "^4.0.0",
"@wordpress/edit-post": "^8.0.0",
"@wordpress/editor": "^14.0.0",
"@wordpress/element": "^6.0.0",
"@wordpress/format-library": "^5.0.0",
"@wordpress/hooks": "^4.0.0",
"@wordpress/html-entities": "^4.0.0",
"@wordpress/i18n": "^5.0.0",
"@wordpress/icons": "^10.0.0",
"@wordpress/interface": "^6.0.0",
"@wordpress/keyboard-shortcuts": "^5.0.0",
"@wordpress/keycodes": "^4.0.0",
"@wordpress/media-utils": "^5.0.0",
"@wordpress/notices": "^5.0.0",
"@wordpress/preferences": "^4.0.0",
"@wordpress/private-apis": "^1.0.0",
"@wordpress/rich-text": "^7.0.0",
"@wordpress/url": "^4.0.0",
"@wordpress/is-shallow-equal": "^5.0.0",
"@wordpress/base-styles": "^5.0.0",
"classnames": "^2.5.1",
"deepmerge": "^4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@mailpoet/eslint-config": "workspace:^",
"@wordpress/scripts": "27.9.0",
"@types/history": "^4.7.11",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.180",
"@types/node": "^18.6.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/wordpress__block-editor": "^11.5.14",
"@types/wordpress__block-library": "^2.6.3",
"@types/wordpress__blocks": "^12.5.14",
"@types/wordpress__edit-post": "^7.5.7",
"@types/wordpress__editor": "^13.6.8",
"@types/wordpress__media-utils": "^4.14.4",
"core-js": "^3.37.1",
"eslint-plugin-check-file": "^2.8.0",
"wp-types": "^3.65.0"
},
"volta": {
"extends": "../../../package.json"
}
}