github-pages-deploy-action/node_modules/eslint-plugin-github/lib/configs/app.js

12 lines
338 B
JavaScript
Raw Normal View History

2020-03-31 20:42:07 +08:00
module.exports = {
plugins: ['github'],
rules: {
'github/authenticity-token': 'error',
'github/js-class-name': 'error',
'github/no-d-none': 'error',
'github/no-dataset': 'error',
'github/no-then': 'error'
},
extends: [require.resolve('./recommended'), require.resolve('./es6'), require.resolve('./browser')]
}