mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
feat(eslint-config): disable capitalized-comments
This commit is contained in:
parent
ec482796a9
commit
b96e4321d4
@ -4,6 +4,7 @@ module.exports = {
|
||||
extends: ['eslint:recommended', 'xo-space/esnext', 'react-app', 'prettier'],
|
||||
plugins: ['prettier'],
|
||||
rules: {
|
||||
'capitalized-comments': 0,
|
||||
'prettier/prettier': [
|
||||
'error',
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user