Skip to content

Commit

Permalink
refactor: support angular@8
Browse files Browse the repository at this point in the history
  • Loading branch information
leftstick committed Nov 2, 2019
1 parent 969ae68 commit 029ba4e
Show file tree
Hide file tree
Showing 155 changed files with 7,280 additions and 6,189 deletions.
35 changes: 0 additions & 35 deletions .angular-cli.json

This file was deleted.

53 changes: 44 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,47 @@
#npm
node_modules
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/demodist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# dependencies
/node_modules

# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
package-lock.json
yarn-error.log
testem.log
/typings

#mac
# System Files
.DS_Store

#build
dist
dist.tgz
demodist
Thumbs.db
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"singleQuote": true,
"semi": false,
"printWidth": 110
"tabWidth": 2
}
9 changes: 3 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
// Place your settings in this file to overwrite default and user settings.
"editor.formatOnSave": true,
"html.format.enable": false,
"tslint.enable": true,
"javascript.validate.enable": false,
"typescript.validate.enable": true,
"prettier.disableLanguages": ["json"],
"npm.updateStrategy": "SEMVER"
"stylusSupremacy.insertBraces": false,
"editor.tabSize": 2,
"editor.insertSpaces": true
}
Loading

0 comments on commit 029ba4e

Please sign in to comment.