Initial Commit, eslint rules

This commit is contained in:
RingOfStorms (Joshua Bell) 2020-12-22 22:21:11 -06:00
commit 7b9db430ea
16 changed files with 2365 additions and 0 deletions

6
src/react/settings/react.js vendored Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
react: {
pragma: 'React',
version: 'detect',
},
};