We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd43a1 commit c078461Copy full SHA for c078461
datasource.go
@@ -1,14 +1,5 @@
1
// Copyright © 2019 Oracle and/or its affiliates. All rights reserved.
2
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
-module.exports = {
4
- "extends": "standard",
5
- "rules": {
6
- "import/no-webpack-loader-syntax": 0,
7
- },
8
- "env": {
9
- "jest": true
10
- }
11
-};
12
package main
13
14
import (
0 commit comments