Skip to content

Commit

Permalink
Merge pull request #6 from MKAbuMattar/dev
Browse files Browse the repository at this point in the history
chore: Update dependencies and Optimize code
  • Loading branch information
MKAbuMattar authored Aug 24, 2024
2 parents 2d7ab7c + 5c30983 commit 2c4de40
Show file tree
Hide file tree
Showing 30 changed files with 8,838 additions and 49,630 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

55 changes: 0 additions & 55 deletions .eslintrc

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
*.log
build
dist
fluentui-emoji
icons
private-fluentui-emoji
lib
node_modules
src/config/build.config.json
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/fermium
lts/iron
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

32 changes: 32 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"formatter": {
"indentStyle": "space",
"lineWidth": 80,
"lineEnding": "lf"
},
"javascript": {
"formatter": {
"bracketSpacing": false,
"quoteStyle": "single"
}
},
"organizeImports": { "enabled": true },
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off",
"noConfusingVoidType": "off"
},
"style": {
"noUselessElse": "off",
"noNonNullAssertion": "off"
},
"complexity": {
"noForEach": "off"
}
}
}
}
Loading

0 comments on commit 2c4de40

Please sign in to comment.