File size: 90 Bytes
61ede3b
 
 
5c631da
 
 
61ede3b
1
2
3
4
5
6
7
8
module.exports = {
  root: true,
  extends: ['@antfu'],
	rules: {
		"no-tabs": "off"
	}
}