mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
Run format.py (#2950)
This commit is contained in:
parent
c8184eceb0
commit
4556a38ed9
4 changed files with 47 additions and 45 deletions
|
@ -12,10 +12,7 @@
|
||||||
"prettier/@typescript-eslint"
|
"prettier/@typescript-eslint"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/array-type": [
|
"@typescript-eslint/array-type": ["error", { "default": "array-simple" }],
|
||||||
"error",
|
|
||||||
{ "default": "array-simple" }
|
|
||||||
],
|
|
||||||
"@typescript-eslint/explicit-member-accessibility": ["off"],
|
"@typescript-eslint/explicit-member-accessibility": ["off"],
|
||||||
"@typescript-eslint/no-non-null-assertion": ["off"],
|
"@typescript-eslint/no-non-null-assertion": ["off"],
|
||||||
"@typescript-eslint/no-use-before-define": ["off"],
|
"@typescript-eslint/no-use-before-define": ["off"],
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
Want to contribute to Deno? There are a few things you need to know.
|
Want to contribute to Deno? There are a few things you need to know.
|
||||||
|
|
||||||
We wrote a **[contribution guide](https://deno.land/manual.html#contributing)** to help you get started.
|
We wrote a **[contribution guide](https://deno.land/manual.html#contributing)**
|
||||||
|
to help you get started.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||||
solutions = [{
|
solutions = [
|
||||||
'url':
|
{
|
||||||
'https://chromium.googlesource.com/v8/v8.git@7.9.8',
|
'url': 'https://chromium.googlesource.com/v8/v8.git@7.9.8',
|
||||||
'name': 'v8',
|
'name': 'v8',
|
||||||
'deps_file': 'DEPS',
|
'deps_file': 'DEPS',
|
||||||
'custom_deps': {
|
'custom_deps': {
|
||||||
|
@ -22,19 +22,23 @@ solutions = [{
|
||||||
'v8/test/test262/harness': None,
|
'v8/test/test262/harness': None,
|
||||||
'v8/tools/luci-go': None
|
'v8/tools/luci-go': None
|
||||||
}
|
}
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
'url':
|
'url':
|
||||||
'https://chromium.googlesource.com/chromium/tools/depot_tools@efce0d1b7657c440c90f0f4bce614b96672b9e0b',
|
'https://chromium.googlesource.com/chromium/tools/depot_tools@efce0d1b7657c440c90f0f4bce614b96672b9e0b',
|
||||||
'name':
|
'name':
|
||||||
'depot_tools'
|
'depot_tools'
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
'url':
|
'url':
|
||||||
'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
|
'https://chromium.googlesource.com/chromium/src/third_party/zlib@39b4a6260702da4c089eca57136abf40a39667e9',
|
||||||
'name':
|
'name':
|
||||||
'zlib'
|
'zlib'
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
'url':
|
'url':
|
||||||
'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542',
|
'https://github.com/cpplint/cpplint.git@a33992f68f36fcaa6d0f531a25012a4c474d3542',
|
||||||
'name':
|
'name':
|
||||||
'cpplint'
|
'cpplint'
|
||||||
}]
|
}
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue