forked from newthuhole/hole_thu_frontend
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true,
|
|
endOfLine: 'auto'
|
|
};
|