Fix eslint error
This commit is contained in:
parent
d4d56e5dc8
commit
36c3529006
2 changed files with 2 additions and 1 deletions
|
@ -216,4 +216,5 @@ export class TextInput extends ImmutablePureComponent {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"build:development": "NODE_ENV=development npx webpack --config webpack/development.js",
|
"build:development": "NODE_ENV=development npx webpack --config webpack/development.js",
|
||||||
"build:production": "NODE_ENV=production npx webpack --config webpack/production.js",
|
"build:production": "NODE_ENV=production npx webpack --config webpack/production.js",
|
||||||
"manage:translations": "node ./webpack/translationRunner.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": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",
|
||||||
"test:lint:js": "npx eslint --ext=js . --cache",
|
"test:lint:js": "npx eslint --ext=js . --cache",
|
||||||
"test:lint:sass": "npx sass-lint -v",
|
"test:lint:sass": "npx sass-lint -v",
|
||||||
|
|
Loading…
Reference in a new issue