-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ref: #188): add strict eslint rules
- Loading branch information
1 parent
b5f37f1
commit 25b6ab4
Showing
31 changed files
with
321 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
import { defineConfig } from 'cypress'; | ||
import { defineConfig } from "cypress"; | ||
|
||
export default defineConfig({ | ||
projectId: 'qhyo66', | ||
component: { | ||
devServer: { | ||
framework: 'angular', | ||
bundler: 'webpack', | ||
}, | ||
specPattern: 'projects/ngx-mask-lib/src/test/**/*.cy-spec.ts', | ||
projectId: "qhyo66", | ||
|
||
component: { | ||
devServer: { | ||
framework: "angular", | ||
bundler: "webpack", | ||
}, | ||
specPattern: "projects/ngx-mask-lib/src/test/**/*.cy-spec.ts", | ||
}, | ||
|
||
defaultCommandTimeout: 10000, | ||
|
||
e2e: { | ||
setupNodeEvents(on, config) { | ||
Check failure on line 17 in cypress.config.ts
|
||
// implement node event listeners here | ||
}, | ||
defaultCommandTimeout: 10000, | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.