1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00

Added forgotten strict mode declarations

This commit is contained in:
2022-02-09 15:26:49 +00:00
parent ae8d302d34
commit c7b3cd131f
8 changed files with 18 additions and 0 deletions

View File

@@ -89,6 +89,10 @@
],
"brace-style": [
"error"
],
"strict": [
"error",
"global"
]
}
}