Skip to content

Commit

Permalink
v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskhanas committed May 13, 2024
1 parent d286eb7 commit 66cff57
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 2,873 deletions.
10 changes: 0 additions & 10 deletions .eslintrc

This file was deleted.

24 changes: 24 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"files": {
"ignore": [
"./lib"
]
},
"organizeImports": {
"enabled": true
},
"formatter": {
"indentStyle": "space",
"lineWidth": 140
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"noSvgWithoutTitle": "off"
}
}
}
}
Loading

0 comments on commit 66cff57

Please sign in to comment.