Skip to content

Commit

Permalink
feat: add getEmscripten and getEmscriptenAL
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jul 24, 2024
1 parent dfbe3bf commit 610b5ef
Show file tree
Hide file tree
Showing 6 changed files with 1,757 additions and 1,686 deletions.
9 changes: 8 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
export { default } from '@arianrhodsandlot/eslint-config'
import { createConfig } from '@arianrhodsandlot/eslint-config'

export default createConfig({
n: false,
rules: {
'max-lines': 'off',
},
})
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"test:integration": "vitest -c tests/integration/vitest.config"
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.14.0",
"@astrojs/starlight": "0.22.1",
"@playwright/test": "1.43.1",
"@types/emscripten": "1.39.11",
"@types/ini": "4.1.0",
"@arianrhodsandlot/eslint-config": "0.15.8",
"@astrojs/starlight": "0.25.2",
"@playwright/test": "1.45.3",
"@types/emscripten": "1.39.13",
"@types/ini": "4.1.1",
"@types/is-ci": "3.0.4",
"@types/node": "20.12.8",
"@types/node": "20.14.12",
"@types/wicg-file-system-access": "2023.10.5",
"astro": "4.7.1",
"astro": "4.12.2",
"browserfs": "1.4.3",
"eslint": "9.2.0",
"happy-dom": "14.7.1",
"ini": "4.1.2",
"eslint": "9.7.0",
"happy-dom": "14.12.3",
"ini": "4.1.3",
"is-ci": "3.0.1",
"prettier": "3.2.5",
"prettier": "3.3.3",
"serve": "14.2.3",
"sharp": "0.33.3",
"tsx": "4.9.3",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
"sharp": "0.33.4",
"tsx": "4.16.2",
"typescript": "5.5.4",
"vite": "5.3.4",
"vitest": "2.0.4"
}
}
Loading

0 comments on commit 610b5ef

Please sign in to comment.