UNPKG

160 BJavaScriptView Raw
1// SEE: http://eslint.org/docs/user-guide/configuring
2module.exports = {
3 extends: 'standard',
4 root: true,
5 parserOptions: {
6 sourceType: 'module'
7 }
8}