Fix eslint error

stable/1.0.x
Alex Gleason 2020-04-21 19:46:29 -05:00
rodzic d4d56e5dc8
commit 36c3529006
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -216,4 +216,5 @@ export class TextInput extends ImmutablePureComponent {
</div>
);
}
}

Wyświetl plik

@ -7,7 +7,7 @@
"build:development": "NODE_ENV=development npx webpack --config webpack/development.js",
"build:production": "NODE_ENV=production npx webpack --config webpack/production.js",
"manage:translations": "node ./webpack/translationRunner.js",
"test": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest",
"test": "${npm_execpath} run test:lint && ${npm_execpath} run test:jest",
"test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",
"test:lint:js": "npx eslint --ext=js . --cache",
"test:lint:sass": "npx sass-lint -v",