-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: display country in explore results + put data policy in a chip * Revert "feat: display country in explore results + put data policy in a chip" This reverts commit 3a379e2. * ci: disable JS Standard linter + style: change code style to that of Airbnb, with the addition of semi-colons * docs: fix typos
- Loading branch information
Showing
18 changed files
with
587 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"semi": true, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"endOfLine": "auto", | ||
"printWidth": 80, | ||
"arrowParens": "avoid", | ||
"proseWrap": "always", | ||
"htmlWhitespaceSensitivity": "strict", | ||
"jsxBracketSameLine": false, | ||
"bracketSpacing": true, | ||
"insertPragma": false, | ||
"requirePragma": false, | ||
"quoteProps": "as-needed", | ||
"trailingComma": "none", | ||
"eslintIntegration": true, | ||
"parser": "babel", | ||
"jsxSingleQuote": false, | ||
"vueIndentScriptAndStyle": false | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.