- Linting (ESLint): Add xdomain file to ignore file

- Fix (i18n): Regression in last commit with locales and apostrophe values
- npm: Avoid adding config files to ignore file
- npm: Bump to 3.0.0-rc.2
- Build: Update build
This commit is contained in:
Brett Zamir
2018-07-31 15:15:25 -07:00
parent 63fab9ff43
commit 97d093d6ef
78 changed files with 9838 additions and 9563 deletions

View File

@@ -2,7 +2,7 @@
## Prepare
1. `npm test` - Ensure tests are passing
1. `npm test` - Ensure build steps occur and tests are passing
1. `npm run build-doc` - Ensure JSDoc can build and is available for site build
1. `npm run grep-doc` - For JSDoc, we ensure that a minimum of generic types
have been added (e.g., "number" should instead be "Float" or "Array",