summaryrefslogtreecommitdiff
path: root/web/source/.eslintrc.js
blob: 7615c76d4fa447e30c12d0fbf510d08da0ecffc0 (plain)
1
2
3
4
5
"use strict";

module.exports = {
	"extends": ["@joepie91/eslint-config/react"]
};