Remove JSHint configuration from package.json and update Oxford Formatter settings for single quotes and print width.

This commit is contained in:
italo jose
2026-03-27 11:46:03 -03:00
parent eaa0d6d87e
commit 25f0df8fcb
2 changed files with 2 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"semi": true,
"singleQuote": true,
"printWidth": 80,
"singleQuote": false,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all",

View File

@@ -29,8 +29,5 @@
"test:idle-bot": "node --test .github/scripts/__tests__/inactive-issues.test.js",
"install:e2e": "cd tools/modern-tests && npm install && npx playwright install --with-deps chromium chromium-headless-shell",
"test:e2e": "cd tools/modern-tests && npm test -- "
},
"jshintConfig": {
"esversion": 11
}
}