Skip to content

Commit

Permalink
MNT Add yarn lint back in
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 11, 2023
1 parent 6b95cde commit 7b3f778
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": "^18.x"
},
"scripts": {
"build": "yarn && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
"build": "yarn && yarn lint && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
"dev": "NODE_ENV=development webpack --progress",
"watch": "NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
Expand Down Expand Up @@ -47,7 +47,7 @@
}
},
"devDependencies": {
"@silverstripe/eslint-config": "^1.0.0-alpha1",
"@silverstripe/eslint-config": "^1.0.0-alpha6",
"@silverstripe/webpack-config": "^2.0.0-alpha1",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addons": "^6.5.13",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1768,10 +1768,10 @@
resolved "https://registry.yarnpkg.com/@sect/modernizr-loader/-/modernizr-loader-1.0.3.tgz#7fd8cec372426c53f113f3cfd9344cb29e959825"
integrity sha512-47zKwv4/1I0CYptZz8s4aSYSe0awmuyqa+HFKxN89/75h2q8hr6V752TZ9VjhGDhQ4gU0EU7Plew7b+7bf2crg==

"@silverstripe/eslint-config@^1.0.0-alpha1":
version "1.0.0-alpha1"
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-1.0.0-alpha1.tgz#9d9fc4dcd607ba4595d4047ab74fd053a85fcd90"
integrity sha512-0H10LWWnCJnXWiXuy3E6sTF9O8B6JLJVpNcYv+ghr4TjXgpBJKATDYdivT7GnFsBpZa95yKwqEPezAMeTBEAgA==
"@silverstripe/eslint-config@^1.0.0-alpha6":
version "1.0.0-alpha6"
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-1.0.0-alpha6.tgz#1f243b003fddf3503a4abea37f35a8a5968cc96e"
integrity sha512-+P7UzhMRSmc7UlRYCiSXwjauLFYU11oBPwHl/bpacJ7xUcFY3Jt3CgcDt6d+XLvAJO8zMRsG9RcOm5MnxsyCsg==
dependencies:
eslint "^8.26.0"
eslint-config-airbnb "^19.0.4"
Expand Down

0 comments on commit 7b3f778

Please sign in to comment.