3
0
Fork 0
website/.eslintrc.js

11 lines
130 B
JavaScript

module.exports = {
root: true,
extends: [
'airbnb-base',
],
rules: {
indent: ['error', 'tab'],
'no-tabs': 'off',
},
};