Skip to content

Commit

Permalink
update eslintignore for node scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegreiling committed Mar 23, 2018
1 parent 9238c5d commit 569b06c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/app/assets/javascripts/locale/**/app.js
/config/
/builds/
/coverage/
/coverage-javascript/
/node_modules/
/public/
/scripts/
/tmp/
/vendor/
karma.config.js
webpack.config.js
svg.config.js
/app/assets/javascripts/locale/**/app.js
1 change: 0 additions & 1 deletion scripts/frontend/frontend_script_utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint import/no-commonjs: "off" */
const execFileSync = require('child_process').execFileSync;

const exec = (command, args) => {
Expand Down
1 change: 0 additions & 1 deletion scripts/frontend/prettier.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint import/no-commonjs: "off", import/no-extraneous-dependencies: "off", no-console: "off" */
const glob = require('glob');
const prettier = require('prettier');
const fs = require('fs');
Expand Down

0 comments on commit 569b06c

Please sign in to comment.