diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-05-19 20:06:29 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-05-19 20:06:29 +1000 |
commit | 4ea53725a9021a136f6d81122dd78dc97a3e7da0 (patch) | |
tree | 7cd4b2aaa2c1e834aa61a669066f87d9746e7ef6 /.eslintrc.yaml | |
parent | 47cffd9d5d9628c1729be291ee3a2f9b5651bd2c (diff) | |
download | svg.js-4ea53725a9021a136f6d81122dd78dc97a3e7da0.tar.gz svg.js-4ea53725a9021a136f6d81122dd78dc97a3e7da0.zip |
sorted method names
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r-- | .eslintrc.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml deleted file mode 100644 index cc037d8..0000000 --- a/.eslintrc.yaml +++ /dev/null @@ -1,10 +0,0 @@ - -extends: standard -rules: - operator-linebreak: [ error, before ] - object-curly-spacing: [ error, always ] - array-bracket-spacing: [ error, always ] - indent: [ error, 2, { - flatTernaryExpressions: true - }] - padded-blocks: off |