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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2019-03-26 19:45:29 +0300
committerkoirand <koirand.jp@gmail.com>2019-03-26 19:45:29 +0300
commit5db7084b349453e21078649b431a5d6c7b6e2ef5 (patch)
tree4871cd066ab0e800188b6af8e71f485e2095d9e8 /.eslintrc.json
parent1967473dee7d25dc2f72152dca3547bda24fcc5b (diff)
Add EsLint and editorconfig #19
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000..a755cdb
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,3 @@
+{
+ "extends": ["standard"]
+}