Skip to content

Commit

Permalink
fix: Moving preset.json to root of repo to make sure that an example …
Browse files Browse the repository at this point in the history
…of a remote preset works as expected.
  • Loading branch information
cguirreri-politico committed Oct 24, 2018
1 parent fd6e62f commit bd4ae75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions preset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"useConfigFiles": true,
"plugins": {
"@vue/cli-plugin-babel": {},
"@vue/cli-plugin-eslint": {
"config": "standard",
"lintOn": ["save"]
}
},
"cssPreprocessor": "sass"
}

0 comments on commit bd4ae75

Please sign in to comment.