Commit fdd5749
committed
build(lint): ignore *.d.ts files at the project root
These will always be package entries which shouldn't need linting and furthermore break the build sometimes on the `import/no-unresolved` rule when linting happens before a build is complete as they forward exports from modules in the `dist` directory which is created during the build.1 parent ae03e82 commit fdd5749
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments