Skip to content

Commit

Permalink
chore: fix biome.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Sep 27, 2023
1 parent c2200a4 commit 7b29848
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
9 changes: 9 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
"packages/paste-theme-designer/public",
"packages/paste-theme-designer/out",
"packages/paste-token-contrast-checker/public",
"packages/paste-website/data",
".cache",
".next",
".netlify",
".yarn",
"packages/**/dist/*",
"tsconfig.build.tsbuildinfo",
Expand All @@ -33,8 +35,15 @@
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"noSvgWithoutTitle": "off"
},
"suspicious": {
"noExplicitAny": "off"
},
"complexity": {
"noUselessSwitchCase": "off",
"noMultipleSpacesInRegularExpressionLiterals": "off"
}
}
},
Expand Down
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
"author": "Twilio Inc.",
"license": "MIT",
"workspaces": {
"packages": [
"apps/**/*",
"packages/**/*",
"templates/**/*",
"!packages/paste-core/core-bundle/**/*"
]
"packages": ["apps/**/*", "packages/**/*", "templates/**/*", "!packages/paste-core/core-bundle/**/*"]
},
"types": "./types/index.d.ts",
"engines": {
Expand Down Expand Up @@ -226,9 +221,5 @@
}
},
"packageManager": "[email protected]",
"browserslist": [
"last 2 versions",
"not dead",
"not IE 11"
]
"browserslist": ["last 2 versions", "not dead", "not IE 11"]
}

0 comments on commit 7b29848

Please sign in to comment.