blob: 8de10865c65eeb20514d358153ecbb03ff3e7237 [file] [log] [blame]
module.exports = {
plugins: ['github'],
rules: {
'github/authenticity-token': 'error',
'github/js-class-name': 'error',
'github/no-d-none': 'error'
}
}