Skip to content

Commit

Permalink
deploy 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Sep 6, 2024
1 parent b7d2c61 commit e293643
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from '@xylabs/eslint-config-flat'

export default [
{ ignores: ['.yarn/**', 'jest.config.cjs', '**/dist/**', 'dist', 'build/**', 'node_modules/**'] },
{ ignores: ['.yarn/**', 'jest.config.cjs', '**/dist/**', 'dist', 'build/**', 'node_modules/**', 'eslint.config.mjs'] },
...xylabsConfig,
{
rules: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/pixel",
"version": "2.0.1",
"version": "2.0.2",
"description": "Event Client for xylabs ESB",
"homepage": "https://xylabs.com",
"bugs": {
Expand Down
5 changes: 4 additions & 1 deletion tsconfig-eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"compilerOptions": {
"allowJs": true,
},
"exclude": [".yarn", "dist", "**/dist", "./**/docs"],
"extends": "@xylabs/tsconfig"
"extends": "./tsconfig.json"
}
7 changes: 0 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"moduleResolution": "NodeNext",
"module": "NodeNext",
"incremental": false
},
"exclude": ["./node_modules", "./**/node_modules", "./dist", "./**/dist", "./**/docs", ".*"],
"extends": "@xylabs/tsconfig-dom",
}

0 comments on commit e293643

Please sign in to comment.