re-add eslint

This commit is contained in:
f0x 2022-11-02 16:10:35 +00:00
commit 789ff71a08
3 changed files with 659 additions and 17 deletions

View file

@ -1,8 +1,5 @@
"use strict";
module.exports = {
"extends": ["@f0x52/eslint-config-react"],
"rules": {
"react/prop-types": "off"
}
"extends": ["@joepie91/eslint-config/react"]
};