forked from arne/asdf-games
12 lines
144 B
JavaScript
12 lines
144 B
JavaScript
|
module.exports = {
|
||
|
'env': {
|
||
|
'mocha': true,
|
||
|
'node': true
|
||
|
},
|
||
|
'extends': 'standard',
|
||
|
'plugins': [
|
||
|
'markdown',
|
||
|
'json'
|
||
|
]
|
||
|
}
|