Skip to content

Commit

Permalink
switch to biomejs
Browse files Browse the repository at this point in the history
add anca support
  • Loading branch information
TimurRin committed Jan 20, 2025
1 parent c413a05 commit 2ccc0d0
Show file tree
Hide file tree
Showing 9 changed files with 408 additions and 2,232 deletions.
12 changes: 0 additions & 12 deletions .eslintignore

This file was deleted.

10 changes: 0 additions & 10 deletions .eslintrc.json

This file was deleted.

12 changes: 0 additions & 12 deletions .prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

39 changes: 39 additions & 0 deletions anca.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"cinnabarMeta": {
"dataVersion": 0,
"version": {
"latest": "0.4.1",
"timestamp": 1721761630
},
"files": [
{
"path": "./package.json",
"type": "nodejs-package-json"
},
{
"path": "./package-lock.json",
"type": "nodejs-package-lock-json"
},
{
"path": "./src/cinnabar.js",
"type": "javascript",
"updateBuild": true
}
],
"repo": {
"type": "github",
"value": "cinnabar-forge/migratta"
},
"updateChangelog": true
},
"development": {
"readme": {}
},
"namings": {
"text": "Migratta",
"npmPackage": "migratta"
},
"public": true,
"type": "library",
"stack": "nodejs"
}
7 changes: 7 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
}
}
22 changes: 0 additions & 22 deletions cinnabar.json

This file was deleted.

Loading

0 comments on commit 2ccc0d0

Please sign in to comment.