Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-npm_and_yarn-playwright-experimen…
Browse files Browse the repository at this point in the history
…tal-ct-react-1.32.3
  • Loading branch information
nmerget authored Apr 11, 2023
2 parents 6679a06 + 7d3b171 commit a5599b0
Show file tree
Hide file tree
Showing 18 changed files with 298 additions and 314 deletions.
3 changes: 2 additions & 1 deletion .xo-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ module.exports = {
'@typescript-eslint/no-unsafe-assignment': 0, // We don't need this tsc will handle it anyway
'@typescript-eslint/no-unsafe-call': 0, // We don't need this tsc will handle it anyway
'@typescript-eslint/naming-convention': 0, // Too much trouble for different frameworks in a monorepo
'@typescript-eslint/restrict-template-expressions': 0 // Legit it react
'@typescript-eslint/restrict-template-expressions': 0, // Legit it ,
'@typescript-eslint/no-unsafe-argument': 0 // valid for app
}
}
],
Expand Down
1 change: 0 additions & 1 deletion examples/angular-example/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { DBButtonModule } from '@db-ui/ngx-components';
import { AppComponent } from './app.component';

Expand Down
1 change: 0 additions & 1 deletion examples/angular-example/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

import { AppModule } from './app/app.module';
import { environment } from './environments/environment';

Expand Down
1 change: 1 addition & 0 deletions output/vue/vue3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"noUnusedParameters": false,
"outDir": "dist",
"removeComments": false,
"strictNullChecks": true,
"sourceMap": true,
"target": "esnext",
"types": [],
Expand Down
Loading

0 comments on commit a5599b0

Please sign in to comment.