mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-07-05 09:40:37 -04:00
Add eslint config scratch
This commit is contained in:
parent
4e558380e7
commit
eba604d242
4 changed files with 12 additions and 4 deletions
src
7
src/.eslintrc.js
Normal file
7
src/.eslintrc.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: ['scratch', 'scratch/es6', 'scratch/react'],
|
||||
env: {
|
||||
browser: true
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue