Skip to content

Commit

Permalink
feat: add highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorainville committed Dec 27, 2019
1 parent b864fbb commit 5363d42
Show file tree
Hide file tree
Showing 65 changed files with 15,644 additions and 29,863 deletions.
5 changes: 0 additions & 5 deletions .babelrc

This file was deleted.

2 changes: 2 additions & 0 deletions .browserslistrc
@@ -0,0 +1,2 @@
> 1%
last 2 versions
70 changes: 0 additions & 70 deletions .circleci/config.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .editorconfig
@@ -0,0 +1,5 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
7 changes: 0 additions & 7 deletions .eslintrc

This file was deleted.

13 changes: 12 additions & 1 deletion demo/.eslintrc.js → .eslintrc.js
Expand Up @@ -13,5 +13,16 @@ module.exports = {
},
parserOptions: {
parser: 'babel-eslint'
}
},
overrides: [
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)'
],
env: {
jest: true
}
}
]
}
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,3 +17,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.sw?
5 changes: 0 additions & 5 deletions .postcssrc

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -136,4 +136,4 @@ The rest of the commit message is then used for this.
A detailed explanation can be found in this [document][commit-message-format].

[angular-contributing]: https://raw.githubusercontent.com/angular/angular.js/master/CONTRIBUTING.md
[commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#
[commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ Once this is done and your steps correctly target some DOM elements of your appl
this.$tours['myTour'].start()
```

For a more detailed documentation, checkout the [docs for vue-tour](https://pulsar.gitbooks.io/vue-tour/).
For a more detailed documentation, checkout the [docs for vue-tour](https://github.com/pulsardev/vue-tour/wiki).

## Something Missing?

Expand Down
2 changes: 1 addition & 1 deletion demo/babel.config.js → babel.config.js
@@ -1,5 +1,5 @@
module.exports = {
presets: [
'@vue/app'
'@vue/cli-plugin-babel/preset'
]
}
24 changes: 0 additions & 24 deletions demo/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions demo/.postcssrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions demo/cypress.json

This file was deleted.

0 comments on commit 5363d42

Please sign in to comment.