0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00

SERVER-22539 Add an ESLint configuration file

This commit is contained in:
Mike Grundy 2016-02-09 16:06:30 -05:00
parent b01e99cf36
commit 5d96ef87f0

7
.eslintrc.yml Normal file
View File

@ -0,0 +1,7 @@
env:
es6: true
mongo: true
rules:
no-extra-semi: 2
semi: 2