Bug 1184775 - ESLint: Enable the 'semi' rule

semi: "require or disallow use of semicolons instead of ASI"
This commit is contained in:
Ed Morley 2015-07-17 00:09:30 +01:00
Родитель b32bd9d1f2
Коммит d6dbaefb7e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,6 @@
"no-unused-vars": 0,
"no-use-before-define": 0,
"quotes": 0,
"semi": 0,
"semi-spacing": 0,
"space-infix-ops": 0,
"space-unary-ops": 0