remove apostroph rule from text linting

This commit is contained in:
mahula 2023-02-02 10:48:25 +01:00
parent 5fe9e7cc58
commit 0038c92de7

View File

@ -32,9 +32,8 @@ module.exports = {
passive: false,
thereIs: false
},
'apostrophe': true,
},
filters: {
comments: true,
},
}
}