0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 19:52:43 +00:00

Set up Stylelint and add custom plugins

This commit is contained in:
Trevor Buckner
2023-05-17 18:48:25 -04:00
parent 32454a3f12
commit ebd729b78f
5 changed files with 17724 additions and 16381 deletions

View File

@@ -113,10 +113,15 @@
},
"devDependencies": {
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.5.0",
"jest-expect-message": "^1.1.3",
"postcss-less": "^6.0.0",
"stylelint": "^15.6.2",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-stylistic": "^0.4.2",
"supertest": "^6.3.3"
}
}