我的node项目首次提交!!!
This commit is contained in:
19
node_modules/fastify/eslint.config.js
generated
vendored
Normal file
19
node_modules/fastify/eslint.config.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
'use strict'
|
||||
const neostandard = require('neostandard')
|
||||
|
||||
module.exports = [
|
||||
...neostandard({
|
||||
ignores: [
|
||||
'lib/configValidator.js',
|
||||
'lib/error-serializer.js',
|
||||
'test/same-shape.test.js',
|
||||
'test/types/import.js'
|
||||
],
|
||||
ts: true
|
||||
}),
|
||||
{
|
||||
rules: {
|
||||
'comma-dangle': ['error', 'never']
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user