Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .babelrc

This file was deleted.

14 changes: 0 additions & 14 deletions .flowconfig

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
- name: corepack
run: corepack enable
- name: yarn
run: yarn --frozen-lockfile
- name: flow
run: yarn run flow
run: yarn install --immutable
- name: typecheck
run: yarn run typecheck
- name: lint and format
run: yarn run check
- name: test
run: yarn run test
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.12.0.cjs
npmRegistryServer: "https://registry.npmjs.org"
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- ps: Install-Product node $env:nodejs_version
# install modules
- npm i -g yarn
- yarn install --frozen-lockfile
- yarn install --immutable

# Post-install test scripts.
test_script:
Expand Down
22 changes: 22 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
},
"files": {
"includes": ["src/**/*.ts", "test/**/*.ts"]
}
}
122 changes: 0 additions & 122 deletions flow-typed/npm/avaron_vx.x.x.js

This file was deleted.

108 changes: 0 additions & 108 deletions flow-typed/npm/babel-cli_vx.x.x.js

This file was deleted.

67 changes: 0 additions & 67 deletions flow-typed/npm/babel-loader_vx.x.x.js

This file was deleted.

Loading