mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
chore(deps): update devdependency eslint-config-standard to v13
This commit is contained in:
parent
356f184027
commit
988048bc7a
@ -20,7 +20,7 @@
|
|||||||
"@nuxtjs/eslint-config": "latest",
|
"@nuxtjs/eslint-config": "latest",
|
||||||
"@typescript-eslint/eslint-plugin": "^1.4.2",
|
"@typescript-eslint/eslint-plugin": "^1.4.2",
|
||||||
"eslint": "^5.14.1",
|
"eslint": "^5.14.1",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"eslint-config-standard": "^13.0.1",
|
||||||
"eslint-plugin-import": "^2.16.0",
|
"eslint-plugin-import": "^2.16.0",
|
||||||
"eslint-plugin-jest": "^22.3.0",
|
"eslint-plugin-jest": "^22.3.0",
|
||||||
"eslint-plugin-node": "^8.0.1",
|
"eslint-plugin-node": "^8.0.1",
|
||||||
|
@ -3,7 +3,7 @@ import authentication from 'feathers-authentication'
|
|||||||
export default function () {
|
export default function () {
|
||||||
const app = this
|
const app = this
|
||||||
|
|
||||||
let config = app.get('auth')
|
const config = app.get('auth')
|
||||||
|
|
||||||
app.configure(authentication(config))
|
app.configure(authentication(config))
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ export default function () {
|
|||||||
autoload: true
|
autoload: true
|
||||||
})
|
})
|
||||||
|
|
||||||
let options = {
|
const options = {
|
||||||
Model: db,
|
Model: db,
|
||||||
paginate: {
|
paginate: {
|
||||||
default: 5,
|
default: 5,
|
||||||
|
@ -24,7 +24,7 @@ describe('Feathers application tests', function () {
|
|||||||
request({
|
request({
|
||||||
url: 'http://localhost:3030/path/to/nowhere',
|
url: 'http://localhost:3030/path/to/nowhere',
|
||||||
headers: {
|
headers: {
|
||||||
'Accept': 'text/html'
|
Accept: 'text/html'
|
||||||
}
|
}
|
||||||
}, function (err, res, body) {
|
}, function (err, res, body) {
|
||||||
assert.strictEqual(res.statusCode, 404)
|
assert.strictEqual(res.statusCode, 404)
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
"consola": "^2.9.0",
|
"consola": "^2.9.0",
|
||||||
"cross-spawn": "^6.0.5",
|
"cross-spawn": "^6.0.5",
|
||||||
"eslint": "^6.0.1",
|
"eslint": "^6.0.1",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"eslint-config-standard": "^13.0.1",
|
||||||
"eslint-multiplexer": "^1.0.4",
|
"eslint-multiplexer": "^1.0.4",
|
||||||
"eslint-plugin-import": "^2.18.0",
|
"eslint-plugin-import": "^2.18.0",
|
||||||
"eslint-plugin-jest": "^22.8.0",
|
"eslint-plugin-jest": "^22.8.0",
|
||||||
|
@ -4589,6 +4589,11 @@ eslint-config-standard@^12.0.0:
|
|||||||
resolved "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz#638b4c65db0bd5a41319f96bba1f15ddad2107d9"
|
resolved "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz#638b4c65db0bd5a41319f96bba1f15ddad2107d9"
|
||||||
integrity sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==
|
integrity sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==
|
||||||
|
|
||||||
|
eslint-config-standard@^13.0.1:
|
||||||
|
version "13.0.1"
|
||||||
|
resolved "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-13.0.1.tgz#c9c6ffe0cfb8a51535bc5c7ec9f70eafb8c6b2c0"
|
||||||
|
integrity sha512-zLKp4QOgq6JFgRm1dDCVv1Iu0P5uZ4v5Wa4DTOkg2RFMxdCX/9Qf7lz9ezRj2dBRa955cWQF/O/LWEiYWAHbTw==
|
||||||
|
|
||||||
eslint-import-resolver-node@^0.3.2:
|
eslint-import-resolver-node@^0.3.2:
|
||||||
version "0.3.2"
|
version "0.3.2"
|
||||||
resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
|
resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"
|
||||||
|
Loading…
Reference in New Issue
Block a user