1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Add root flag to eslint config to prevent importing higher level personal configs

This commit is contained in:
Andrew Kingston 2024-05-02 12:55:51 +01:00
parent 488f7d06b7
commit a2b7791976

View file

@ -1,4 +1,5 @@
{
"root": true,
"env": {
"browser": true,
"es6": true,