Skip to content

Commit

Permalink
chore: add eslint-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
121watts committed Oct 18, 2019
1 parent c4a1863 commit 496ee92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/clientLibraries/graphics/GoLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ const GoLogo: SFC = () => {
</svg>
)
}

/* eslint-enable */
export default GoLogo
2 changes: 1 addition & 1 deletion ui/src/clientLibraries/graphics/JSLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,5 @@ const JSLogo: SFC = () => {
</svg>
)
}

/* eslint-enable */
export default JSLogo
1 change: 1 addition & 0 deletions ui/src/clientLibraries/graphics/PythonLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ const PythonLogo: SFC = () => {
)
}

/* eslint-enable */
export default PythonLogo
2 changes: 2 additions & 0 deletions ui/src/external/codemirror.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ function isEmpty(cm) {
return cm.lineCount() === 1 && cm.getLine(0) === ''
}

/* eslint-enable */

// Modes
CodeMirror.defineSimpleMode('flux', modeFlux)
CodeMirror.defineSimpleMode('tickscript', modeTickscript)
Expand Down

0 comments on commit 496ee92

Please sign in to comment.