Skip to content
Permalink
879c3735b0
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
6 lines (6 sloc) 90 Bytes
module.exports = {
parser: "espree",
rules: {
semi: [2, "always"]
}
}