aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorMark Steele <mark.steele@autodesk.com>2018-04-17 16:41:11 -0400
committerMark Steele <mark.steele@autodesk.com>2018-04-17 16:41:11 -0400
commit80b6050c258f8504b04d59c5db67ddadc3403721 (patch)
treee9047bbe3dd483b788694d0b78ed23177f75ee07 /.eslintrc.js
downloadnetlify-serverless-oauth2-backend-80b6050c258f8504b04d59c5db67ddadc3403721.tar.gz
netlify-serverless-oauth2-backend-80b6050c258f8504b04d59c5db67ddadc3403721.tar.zst
netlify-serverless-oauth2-backend-80b6050c258f8504b04d59c5db67ddadc3403721.zip
Initial import
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..d98ea69
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,9 @@
1module.exports = {
2 "extends": ["airbnb-base"],
3 "plugins": [
4 "mocha"
5 ],
6 "rules": {
7 "mocha/no-exclusive-tests": "error"
8 }
9}; \ No newline at end of file