I seemingly need babel-eslint version 8 for VectorHomePage.js but might as well just upgrade to version 10 Signed-off-by: Aaron Raimist <aaron@raim.ist>pull/7490/head
parent
fe11ae73db
commit
c470e2dcfb
8 changed files with 909 additions and 202 deletions
@ -1,7 +0,0 @@ |
||||
# autogenerated file: run scripts/generate-eslint-error-ignore-file to update. |
||||
|
||||
src/components/structures/VectorHomePage.js |
||||
src/vector/index.js |
||||
src/vector/modernizr.js |
||||
test/app-tests/joining.js |
||||
test/app-tests/loading.js |
File diff suppressed because it is too large
Load Diff
@ -1,21 +0,0 @@ |
||||
#!/bin/sh |
||||
# |
||||
# generates .eslintignore.errorfiles to list the files which have errors in, |
||||
# so that they can be ignored in future automated linting. |
||||
|
||||
out=.eslintignore.errorfiles |
||||
|
||||
cd `dirname $0`/.. |
||||
|
||||
echo "generating $out" |
||||
|
||||
{ |
||||
cat <<EOF |
||||
# autogenerated file: run scripts/generate-eslint-error-ignore-file to update. |
||||
|
||||
EOF |
||||
|
||||
./node_modules/.bin/eslint --no-ignore -f json src test | |
||||
jq -r '.[] | select((.errorCount) > 0) | .filePath' | |
||||
sed -e 's/.*riot-web\///'; |
||||
} > "$out" |
Loading…
Reference in new issue