Skip to content

Commit

Permalink
More clean-up to remove stuff that's not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste committed Jan 25, 2021
1 parent ac19a72 commit fea8f26
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 70 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "brightspace/polymer-3-config",
"globals": {
"fastdom": false
}
"extends": "brightspace/polymer-3-config"
}
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
node_modules
reports
package-lock.json

node_modules
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,19 @@
"name": "d2l-inputs",
"scripts": {
"lint": "eslint . --ext .js,.html test/**/*.html demo/**/*.html",
"start": "es-dev-server --node-resolve --dedupe --watch --open",
"test": "npm run lint"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"devDependencies": {
"@polymer/iron-test-helpers": "^3",
"@webcomponents/webcomponentsjs": "^2",
"babel-eslint": "^10",
"chromedriver": "^2.40.0",
"es-dev-server": "^2.1.0",
"eslint": "^6",
"eslint-config-brightspace": "^0.6.0",
"eslint-plugin-html": "^6",
"eslint-plugin-sort-class-members": "^1",
"frau-ci": "^1",
"polymer-cli": "^1",
"sauce-connect-launcher": "^1",
"wct-browser-legacy": "^1"
"eslint-plugin-sort-class-members": "^1"
},
"version": "2.6.10",
"resolutions": {
Expand Down
8 changes: 0 additions & 8 deletions polymer.json

This file was deleted.

29 changes: 0 additions & 29 deletions wct.conf.json

This file was deleted.

0 comments on commit fea8f26

Please sign in to comment.