From 6b4f80dca85714f9e3d313b400b49d55f9af9f0d Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Mon, 25 Jun 2018 22:32:58 +0200 Subject: Improve beginner friendlyness of dotfiles --- .eslintrc.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .eslintrc.js (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 9944cf8..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - "extends": "airbnb", - "parser": "babel-eslint", - "env": { - "browser": true, - "node": true, - "jest": true, - }, - "rules": { - "react/jsx-filename-extension": "off", - "no-underscore-dangle": ["error", { "allow": ["_test"] }], - "no-prototype-builtins": "off", - "react/forbid-prop-types": "off", - "react/prefer-stateless-function": "off", - } -}; -- cgit v1.1