Files
fibo-rule/h5-auth-manager/.eslintrc.js

12 lines
255 B
JavaScript
Raw Normal View History

2022-07-14 12:55:31 +08:00
// {
// "presets": [
// ["env", {
// "modules": false,
// "targets": {
// "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
// }
// }],
// "stage-2"
// ],
// "plugins": ["transform-remove-strict-mode"]
// }