@@ -22,6 +22,7 @@ globals:
|
|||||||
|
|
||||||
parserOptions:
|
parserOptions:
|
||||||
ecmaVersion: 6
|
ecmaVersion: 6
|
||||||
|
sourceType: "module"
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
curly: error
|
curly: error
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import './app/Run.js';
|
|||||||
|
|
||||||
|
|
||||||
import ListController from 'controller/ListController.js';
|
import ListController from 'controller/ListController.js';
|
||||||
app.controller('ListController', ListController)
|
app.controller('ListController', ListController);
|
||||||
|
|
||||||
|
|
||||||
// require all the js files from subdirectories
|
// require all the js files from subdirectories
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ find -name "*.js" -path '*js/*' -not -path '*js/node_modules*' \
|
|||||||
-not -path '*l10n/*' \
|
-not -path '*l10n/*' \
|
||||||
-not -path '*js/vendor*' \
|
-not -path '*js/vendor*' \
|
||||||
-not -path '*js/tests*' \
|
-not -path '*js/tests*' \
|
||||||
|
-not -path '*js/webpack*' \
|
||||||
-not -path '*js/public*' \
|
-not -path '*js/public*' \
|
||||||
-not -path '*build/*' \
|
-not -path '*build/*' \
|
||||||
-not -path '*tests/*' \
|
-not -path '*tests/*' \
|
||||||
|
|||||||
Reference in New Issue
Block a user