huhm

Results 5 comments of huhm

Use Case My Project has some code like this: ``` css .font-14 { /* prettier-ignore */ font-size: 14PX; } ``` The plugin willl ignore the px convertor ,because 'px'!=='PX'. and...

close the 'no-undef' rule, it's a temporary solution. Is there any eslint tools to conveniently get the final rules list?

overide the load function ,and post fetchFunc option to tf.loadLayersModel/tf.loadGraphModel

You can overide the load method like this ``` ts import { NSFWJS } from 'nsfwjs'; const baseUrl = path.join(__dirname, '../xxx/quant_mid/'); const nsfwIns=new NSFWJS(baseUrl, { size: 224, type: 'graph', })...