module.exports = {
'*.{js,jsx,vue,cjs,mjs,ts,tsx,cts,mts}':
- 'eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore',
+ 'eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore',
'*.{json,md,yml,yaml}': 'prettier --cache --write',
};
"editor.codeActionsOnSave": {
"source.fixAll": true
},
- "cSpell.words": ["composables", "iccid", "idtag", "imsi", "ocpp", "RFID"]
+ "cSpell.words": ["composables", "finalhandler", "iccid", "idtag", "imsi", "ocpp", "RFID"]
}
"build": "vite build",
"clean:dist": "npx rimraf dist",
"clean:node_modules": "npx rimraf node_modules",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
- "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
+ "lint": "eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
+ "lint:fix": "eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"test": "vitest"
},
"dependencies": {