Basic methods: compile regexp, match command, get suggestions

This commit is contained in:
Cássio Zen
2016-06-30 18:12:23 -03:00
parent 4f7df1b911
commit 44bf70a2ae
3 changed files with 104 additions and 1 deletions

View File

@ -70,7 +70,6 @@ rules:
# ECMAScript 6
# http://eslint.org/docs/rules/#ecmascript-6
arrow-parens: [2, "always"]
arrow-spacing: [2, {"before": true, "after": true}]
no-arrow-condition: 2
prefer-const: 2