Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-09-08 23:03:31 +0300
committerdartcafe <github@dartcafe.de>2019-09-08 23:03:31 +0300
commit209870d410bef48b43775f706628a07645fb1bf1 (patch)
treeedb020ca1903b212199f0f6ac2f828fadac9c39b /.eslintrc.js
parenta252019ac58c63aa1bcf581061ce53ca3215340d (diff)
yet another happy linter
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index b4917fb9..fed39d85 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -27,6 +27,10 @@ module.exports = {
],
plugins: ['vue', 'node'],
rules: {
+ "node/no-missing-import": ["error", {
+ "allowModules": [],
+ "tryExtensions": [".js", ".vue"]
+ }],
// space before function ()
'space-before-function-paren': ['error', 'never'],
// curly braces always space