mediawiki-skins-Vector/resources/skins.vector.es6/.eslintrc.json
Jon Robson 0c2981d772 Limit WVUI search to ES6 browsers
Rather than test for fetch, limit the code to ES6 browsers.

Depends-On: I96a03796628a74ace93579d45a582711400c09c1
Change-Id: I4ca10182491118e61e155f99c713d4cb1b4fc7f0
2022-02-09 22:10:11 +00:00

6 lines
49 B
JSON

{
"extends": [
"../../.eslintrcEs6.json"
]
}