mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
remove "use strict" (is default in es6 modules)
This commit is contained in:
parent
2d69353416
commit
51bd604cc5
88 changed files with 13 additions and 143 deletions
|
|
@ -133,7 +133,8 @@ export default [
|
|||
"no-with": "error",
|
||||
"require-yield": "error",
|
||||
"use-isnan": "error",
|
||||
"valid-typeof": "error"
|
||||
"valid-typeof": "error",
|
||||
"strict": "error"
|
||||
}
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue