Home
last modified time | relevance | path

Searched refs:eslint (Results 1 - 3 of 3) sorted by relevance

/third_party/jsframework/
H A Dbuild_strip_native_min.js35 eslint
36 } = require('rollup-plugin-eslint');
55 const esPlugin = eslint({
/third_party/node/
H A DMakefile1194 $(RM) -r $(TARNAME)/tools/eslint-rules
1202 find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
1375 run-lint-js = tools/node_modules/eslint/bin/eslint.js --cache \
1386 # Lints the JavaScript code with eslint.
1399 run-lint-js-ci = tools/node_modules/eslint/bin/eslint.js \
1401 -o test-eslint.tap $(LINT_JS_TARGETS)
1558 ifneq ("","$(wildcard tools/node_modules/eslint/)")
H A Dvcbuild.bat732 if not exist tools\node_modules\eslint goto no-lint
734 %node_exe% tools\node_modules\eslint\bin\eslint.js --cache --max-warnings=0 --report-unused-disable-directives --rule "linebreak-style: 0" .eslintrc.js benchmark doc lib test tools

Completed in 4 milliseconds