Skip to content

Commit

Permalink
style: disable lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Mar 24, 2024
1 parent c6c2a16 commit 47c542c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var dir = join( __dirname, 'templates' );
var COEFFICIENT_RATIO_TEMPLATE = readFile( join( dir, 'coefficient_ratio.js.txt' ), opts ); // eslint-disable-line id-length

var EVALRATIONAL_TEMPLATE = readFile( join( dir, 'evalrational.js.txt' ), opts );
var EVALRATIONAL_FLOAT32_TEMPLATE = readFile( join( dir, 'evalrational.float32.js.txt' ), opts );
var EVALRATIONAL_FLOAT32_TEMPLATE = readFile( join( dir, 'evalrational.float32.js.txt' ), opts ); // eslint-disable-line id-length

var LOOP_TEMPLATE = readFile( join( dir, 'loop.js.txt' ), opts );
var LOOP_FLOAT32_TEMPLATE = readFile( join( dir, 'loop.float32.js.txt' ), opts );
Expand Down

0 comments on commit 47c542c

Please sign in to comment.