mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-07-26 10:28:46 +00:00
format and linting
This commit is contained in:
@@ -5,8 +5,8 @@ updates:
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
ignore:
|
||||
- dependency-name: "@types*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
- dependency-name: '@types*'
|
||||
update-types: ['version-update:semver-major', 'version-update:semver-minor']
|
||||
- package-ecosystem: 'npm'
|
||||
directory: 'apps/makeosc'
|
||||
schedule:
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import eslintPluginPrettier from 'eslint-plugin-prettier/recommended';
|
||||
|
||||
/** @type {import('eslint').Linter.Config[]} */
|
||||
export default [
|
||||
{ ignores: ['apps/**/*', '**/*.test.js','eslint.config.mjs','**/dist/**/*'] },
|
||||
{ ignores: ['apps/**/*', '**/*.test.js', 'eslint.config.mjs', '**/dist/**/*'] },
|
||||
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
|
||||
pluginJs.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
|
||||
Generated
+1
-1
@@ -2372,7 +2372,7 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "24.5.2",
|
||||
"rimraf": "6.1.3",
|
||||
"tsdown": "^0.22.3",
|
||||
"tsdown": "0.22.3",
|
||||
"typescript": "6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { defineConfig } from 'tsdown'
|
||||
import { defineConfig } from 'tsdown';
|
||||
|
||||
export default defineConfig({
|
||||
entry: 'src/index.ts',
|
||||
@@ -7,4 +7,4 @@ export default defineConfig({
|
||||
esm: {},
|
||||
cjs: {},
|
||||
},
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user