Skip to content

Commit

Permalink
add eslint configs + prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasha Lee authored and Tasha Lee committed Apr 22, 2024
1 parent 43e0e06 commit c9d5f43
Show file tree
Hide file tree
Showing 12 changed files with 1,380 additions and 203 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@eslint/create-config": "^1.0.2"
}
}
8 changes: 8 additions & 0 deletions examples/angular/base/checkout/checkout-app/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import globals from "globals";
import tseslint from "typescript-eslint";


export default [
{languageOptions: { globals: globals.browser }},
...tseslint.configs.recommended,
];
Loading

0 comments on commit c9d5f43

Please sign in to comment.