1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-02 21:02:49 +02:00

finally fixed the sub/sup thing

This commit is contained in:
Pomax
2018-11-16 14:33:29 -08:00
parent 92f290f3cf
commit 9eb0692e1c
10 changed files with 21 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
}],
"no-empty": [2],
"no-console": [0],
"comma-dangle": [2],
"comma-dangle": [0],
"no-unused-vars": [0],
"linebreak-style": [2, "unix"],
"semi": [2, "always"]