gecko/devtools/.eslintignore
J. Ryan Stinnett 0634882253 Bug 912121 - Adjust ESLint files. r=pbrosset
Move ESList files up to /devtools to represent the entire DevTools tree.

Various relative paths and ignore files are also updated.
2015-09-21 12:02:32 -05:00

23 lines
466 B
Plaintext

# Ignore d3
client/shared/d3.js
client/webaudioeditor/lib/dagre-d3.js
# Ignore codemirror
client/sourceeditor/codemirror/*.js
client/sourceeditor/codemirror/**/*.js
# Ignore jquery test libs
client/markupview/test/lib_*
# Ignore pre-processed files
client/framework/toolbox-process-window.js
client/performance/system.js
client/webide/webide-prefs.js
# Ignore various libs
shared/jsbeautify/*
shared/acorn/*
shared/tern/*
shared/pretty-fast/*
shared/sourcemap/*