readjust .remarkrc import in the news linter config

This commit is contained in:
TicClick
2022-04-12 23:34:18 +02:00
parent f20e02b1c5
commit e2dfe364cd

View File

@@ -1,6 +1,6 @@
module.exports = {
plugins: [
'../.remarkrc',
'../.remarkrc.js',
['lint-no-html', false],
],
};