UNPKG

@talentsoft-opensource/eslint-config-talentsoft

Version:
8 lines 239 B
module.exports = { rules: { // Disallow mixed spaces and tabs for indentation // Introduced in ESLint 0.7.1 // https://eslint.org/docs/rules/no-mixed-spaces-and-tabs.html 'no-mixed-spaces-and-tabs': 'error', } };