mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-03 13:58:59 +00:00
eca2f39dbb
* Switch from prettier to oxfmt * Make knip happy * Make knip happy * Apply suggestion from @t3chguy * Rename .oxfmtrc.json to .oxfmtrc.jsonc * Make oxfmt happier
24 lines
840 B
JSON
24 lines
840 B
JSON
{
|
|
"name": "element-web-modules",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint:js": "eslint --max-warnings 0 playwright */src -c ./.eslintrc.cjs",
|
|
"lint:types": "nx lint:types --",
|
|
"test:playwright": "nx test:playwright --",
|
|
"test:playwright:open": "nx test:playwright -- --ui",
|
|
"test:playwright:screenshots": "nx test:playwright:screenshots --"
|
|
},
|
|
"devDependencies": {
|
|
"@element-hq/element-web-playwright-common": "workspace:*",
|
|
"eslint": "8",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-matrix-org": "^3.0.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"eslint-plugin-unicorn": "^56.0.0"
|
|
},
|
|
"private": true
|
|
}
|