summaryrefslogtreecommitdiff
path: root/web/source/.eslintrc.js
blob: cb94b8e884a21ad8ebc86349010181af27a9a123 (plain)
1
2
3
4
5
6
7
8
"use strict";

module.exports = {
	"extends": ["@f0x52/eslint-config-react"],
	"rules": {
		"react/prop-types": "off"
	}
};