Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
'use strict';

module.exports = {
extends: ['./node_modules/gts'],
ignorePatterns: [
'**/node_modules',
'**/coverage',
'build/**',
'proto/**',
'out/**',
'benchmark/**',
'scripts/**',
'system-test/**',
'test.ts',
],
};
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates once every week on a weekday
schedule:
interval: "weekly"
ignore:
# Internal dependencies that we update manually
- dependency-name: "pprof-format"
versioning-strategy: "increase"
labels:
- dependabot
- dependencies
- javascript
- semver-patch
6 changes: 3 additions & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
// limitations under the License.

module.exports = {
endOfLine:"auto",
...require('gts/.prettierrc.json')
}
endOfLine:"auto",
...require('gts/.prettierrc.json')
}
23 changes: 0 additions & 23 deletions benchmark/sirun/.eslintrc.json

This file was deleted.

Loading