芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/vendashop.mgaplay.com.br/.eslintrc.js
module.exports = { env: { browser: true, es2021: true, }, extends: ['google'], parserOptions: { ecmaVersion: 12, sourceType: 'module', }, rules: { indent: ['error', 2], 'linebreak-style': ['error', process.platform === 'win32' ? 'windows' : 'unix'], }, };