move to standard linter for simpler configuration

This commit is contained in:
JFH
2021-12-28 11:02:29 -03:00
parent 258e2bd6a1
commit fdcfc8a253
251 changed files with 19760 additions and 19935 deletions

View File

@@ -1,8 +1,8 @@
/* eslint-env node */
'use strict';
'use strict'
module.exports = {
plugins: [ 'plugins/markdown' ],
plugins: ['plugins/markdown'],
markdown: {},
recurseDepth: 10,
source: {
@@ -33,4 +33,4 @@ module.exports = {
destination: 'docs/jsdoc',
tutorials: 'docs/tutorials'
}
};
}