aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-01-10 02:28:42 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-01-10 02:28:42 +0100
commit3e50d7f7bff5980754a34d803733306b2c9e5a63 (patch)
treec1dd0dd24296bd23c5e1c5a67d84241f85f6ea6c /.eslintrc.json
parent6ec6042366c0885bfeb2d645df6a207b498e6c4b (diff)
downloadmitjafelicijan.com-3e50d7f7bff5980754a34d803733306b2c9e5a63.tar.gz
new post
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
deleted file mode 100644
index 90221fb..0000000
--- a/.eslintrc.json
+++ /dev/null
@@ -1,16 +0,0 @@
1{
2 "env": {
3 "browser": true,
4 "es6": true
5 },
6 "extends": "eslint:recommended",
7 "parserOptions": {
8 "ecmaVersion": 2016
9 },
10 "rules": {
11 "indent": ["error", 4],
12 "linebreak-style": ["error", "unix"],
13 "quotes": ["error", "single"],
14 "semi": ["error", "always"]
15 }
16}