pegjs/test/.eslintrc.json
David Majda f5a372b075 Use "test" and "tests" instead of "spec" and "specs"
This reflects a convention used in most JavaScript projects. The change
involves renaming the "spec" directory, Gulp task, etc.
2016-12-08 10:05:17 +01:00

7 lines
59 B
JSON

{
"env": {
"commonjs": true,
"mocha": true
}
}