forked from parse-community/parse-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* parse: (159 commits) Release 2.1.0 (parse-community#1516) Update puppeteer to the latest version 🚀 (parse-community#1531) Update semver to the latest version 🚀 (parse-community#1527) Update semver to the latest version 🚀 (parse-community#1526) Update semver to the latest version 🚀 (parse-community#1525) Update semver to the latest version 🚀 (parse-community#1524) Update semver to the latest version 🚀 (parse-community#1521) Update css-loader to the latest version 🚀 (parse-community#1520) Update react-helmet to the latest version 🚀 (parse-community#1519) Update core-js to the latest version 🚀 (parse-community#1518) Update css-loader to the latest version 🚀 (parse-community#1514) Update semver to the latest version 🚀 (parse-community#1513) Update css-loader to the latest version 🚀 (parse-community#1512) Update js-beautify to the latest version 🚀 (parse-community#1510) Update prismjs to the latest version 🚀 (parse-community#1509) Update parse to the latest version 🚀 (parse-community#1507) Update webpack to the latest version 🚀 (parse-community#1504) Update marked to the latest version 🚀 (parse-community#1503) Update babel-loader to the latest version 🚀 (parse-community#1501) Update react to the latest version 🚀 (parse-community#1500) ... # Conflicts: # package-lock.json
- Loading branch information
Showing
100 changed files
with
11,679 additions
and
2,752 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
{ | ||
"env": { | ||
"es6": true, | ||
"node": true, | ||
"browser": true | ||
"env": { | ||
"es6": true, | ||
"node": true, | ||
"browser": true | ||
}, | ||
"parser": "babel-eslint", | ||
"extends": "eslint:recommended", | ||
"parserOptions": { | ||
"ecmaFeatures": { | ||
"experimentalObjectRestSpread": true, | ||
"jsx": true | ||
}, | ||
"parser": "babel-eslint", | ||
"extends": "eslint:recommended", | ||
"parserOptions": { | ||
"ecmaFeatures": { | ||
"experimentalObjectRestSpread": true, | ||
"jsx": true | ||
}, | ||
"sourceType": "module" | ||
}, | ||
"plugins": [ | ||
"react" | ||
], | ||
"rules": { | ||
"react/jsx-uses-vars": 1, | ||
"react/jsx-uses-react": 1, | ||
"react/react-in-jsx-scope": 1, | ||
"no-console": 0, | ||
"no-case-declarations": 0 | ||
} | ||
"sourceType": "module" | ||
}, | ||
"plugins": ["react"], | ||
"rules": { | ||
"react/jsx-uses-vars": 1, | ||
"react/jsx-uses-react": 1, | ||
"react/react-in-jsx-scope": 1, | ||
"no-console": 0, | ||
"no-case-declarations": 0, | ||
"quotes": ["error", "single"] | ||
} | ||
} |
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
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
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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
{ | ||
"apps": [{ | ||
"serverURL": "http://localhost:1338/parse", | ||
"appId": "hello", | ||
"masterKey": "world", | ||
"appName": "", | ||
"iconName": "", | ||
"primaryBackgroundColor": "", | ||
"secondaryBackgroundColor": "" | ||
}], | ||
"apps": [ | ||
{ | ||
"serverURL": "http://localhost:1338/parse", | ||
"appId": "hello", | ||
"masterKey": "world", | ||
"appName": "", | ||
"iconName": "", | ||
"primaryBackgroundColor": "", | ||
"secondaryBackgroundColor": "" | ||
} | ||
], | ||
"iconsFolder": "icons" | ||
} | ||
} |
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.