Skip to content

Commit

Permalink
chore: more specific lint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Mar 22, 2022
1 parent 75bff45 commit 4049958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
node_modules

*.d.ts
/src/polyfills.ts

polyfills.ts

environment.development.ts
/src/environments/environment.development.ts

**/index.html

Expand Down
5 changes: 0 additions & 5 deletions src/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
/* SystemJS module definition */
declare var module: NodeModule;

declare module 'express-http-proxy';

declare module 'express-robots-txt';

declare module 'jest-extended';

interface NodeModule {}

declare var PRODUCTION_MODE: boolean;

declare var SERVICE_WORKER: boolean;
Expand Down

1 comment on commit 4049958

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Demo Servers are available:

Please sign in to comment.