File size: 121 Bytes
19e25f3
 
 
 
 
 
 
1
2
3
4
5
6
7
8
module.exports = {
  arrowParens: 'always',
  singleQuote: true,
  jsxSingleQuote: true,
  tabWidth: 2,
  semi: true,
};