File tree 3 files changed +8122
-1
lines changed
3 files changed +8122
-1
lines changed Original file line number Diff line number Diff line change
1
+ * .project
2
+ * .settings
3
+ * .classpath
4
+ * .metadata
5
+ * .iml
6
+ * .idea
7
+ * .checkstyle
8
+ * .DS_Store
9
+ .history
10
+ jsconfig.json
11
+ .vscode /
12
+ node_modules /
13
+ node /
14
+ lerna-debug.log
15
+ npm-debug.log
16
+ yarn-error.log
17
+ package-lock.json
18
+ # JMeter Related files to ignore
19
+ jmeter.log
20
+ * .jmx.log
21
+ * .jtl
22
+
23
+ # Maven Ignores (https://raw.githubusercontent.com/github/gitignore/master/Maven.gitignore)
24
+ target /
25
+ pom.xml.tag
26
+ pom.xml.releaseBackup
27
+ pom.xml.versionsBackup
28
+ pom.xml.next
29
+ release.properties
30
+ dependency-reduced-pom.xml
31
+ buildNumber.properties
32
+ .mvn /timing.properties
33
+ coverage /
34
+ .nyc_output
Original file line number Diff line number Diff line change 71
71
},
72
72
"devDependencies" : {
73
73
"@types/webpack-env" : " 1.13.6" ,
74
- "eslint-plugin-codice-linter " : " * "
74
+ "@connexta/ eslint-plugin" : " git://github.com/connexta/eslint-plugin.git "
75
75
}
76
76
}
You can’t perform that action at this time.
0 commit comments