ADD /node to eslintignore
This commit is contained in:
parent
44e7a2e14e
commit
bf8a497779
@ -1,2 +1,3 @@
|
|||||||
build/*.js
|
build/*.js
|
||||||
config/*.js
|
config/*.js
|
||||||
|
node/*.js
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
/* eslint-disable */
|
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const exec = require('child_process').exec;
|
const exec = require('child_process').exec;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user