GoToSocial/web/source/.eslintrc.js

5 lines
82 B
JavaScript

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