Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 4e1964a

Browse files
committed
Fix eslint config. Remove wrong license
1 parent b507e98 commit 4e1964a

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"env": {
3-
"node": true,
4-
"es6": true
3+
"node": true
54
},
65
"parserOptions": {
76
"ecmaVersion": "2018"

rollup.config.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
/*
2-
Copyright 2019 Javier Brea
3-
Copyright 2019 XbyOrange
4-
5-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10-
*/
11-
121
const uglifier = require("rollup-plugin-uglify");
132
const commonjs = require("rollup-plugin-commonjs");
143
const resolve = require("rollup-plugin-node-resolve");

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ sonar.host.url=https://sonarcloud.io
1313

1414
sonar.issue.ignore.multicriteria=j1
1515
sonar.issue.ignore.multicriteria.j1.ruleKey=javascript:S4144
16-
sonar.issue.ignore.multicriteria.j1.resourceKey=test/**/*
16+
sonar.issue.ignore.multicriteria.j1.resourceKey=test/**/*

0 commit comments

Comments
 (0)