Files
fibo-rule/h5-enginex-manager/.eslintrc.js
2022-06-20 14:03:57 +08:00

12 lines
255 B
JavaScript

// {
// "presets": [
// ["env", {
// "modules": false,
// "targets": {
// "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
// }
// }],
// "stage-2"
// ],
// "plugins": ["transform-remove-strict-mode"]
// }