Skip to content

Commit

Permalink
FIX incorrect triple slash something
Browse files Browse the repository at this point in the history
what a strange world we live in where a triple slash means something other then a code comment
  • Loading branch information
ndelangen committed Apr 26, 2019
1 parent 4e7da65 commit 1546f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ module.exports = {
files: ['**/*.d.ts'],
rules: {
'no-var': ignore, // this is how typescript works
'spaced-comment': ignore,
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-ts-kitchen-sink/src/react-app-env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// / <reference types="react-scripts" />
/// <reference types="react-scripts" />

0 comments on commit 1546f88

Please sign in to comment.