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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index bfaed59..f3d95b5 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,3 +1,11 @@
{
- "extends": "standard"
+ "extends": [
+ "standard"
+ ],
+ "plugins": [
+ "import"
+ ],
+ "rules": {
+ "no-new": 0
+ }
}