Skip to content

Commit

Permalink
disable eslint for solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Jun 13, 2022
1 parent dc61e07 commit c1d021a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/custom/modes/solidity.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* codemirror-solidity by alincode — https://github.com/alincode/codemirror-solidity
* Distributed under MIT
*/
/* eslint-disable */
'use strict'
const CodeMirror = require('codemirror')

Expand Down

0 comments on commit c1d021a

Please sign in to comment.