mirror of https://github.com/CesiumGS/cesium.git
2.8 KiB
2.8 KiB
Change Log
8.0.1 - 2019-10-23
- no-prototype-builtins should be disabled for both Node and Browser.
8.0.0 - 2019-10-23
- Update Browser ecmaVersion to '2015'.
- Update Browser to use ES6 modules by default.
- Disable default rule no-prototype-builtins because it's not useful.
- Disable default rule require-atomic-updates because it generates false positives.
7.0.0 - 2019-05-03
- Update Node ecmaVersion to '2019'.
- Enable no-tabs.
- Enabled no-restricted-globals for jasmine
fitandfdescribe.
6.0.1 - 2019-01-23
- Allow ES6 global variables in Node.js code.
6.0.0 - 2018-05-01
- Upgrade to eslint 5.x and it's new default rules.
- Set ecmaVersion to 2017 for Node.js code.
- Enable no-var in Node.js code.
- Enable prefer-const in Node.js code.
5.0.0 - 2018-05-01
- Enable eol-last.
4.0.0 - 2018-03-05
- Enable no-multiple-empty-lines.
3.0.0 - 2017-11-12
- Set default
ecmaVersionto 6 for Node.js. - Enable comma-dangle.
2.0.1 - 2017-06-28
- Remove eslint-plugin-html peerDependency from
browserconfig.
2.0.0 - 2017-06-27
- Enable no-floating-decimal.
- Enable no-use-before-define.
- Enable no-else-return.
- Enable no-alert.
- Enable no-loop-func.
- Enable no-undef-init.
- Enable no-implicit-globals.
- Enable quotes to enforce use of single quotes.
- Enable no-trailing-spaces.
- Enable no-lonely-if.
- Enable no-unused-expressions.
- Enable no-sequences.
- Enable block-scoped-var.
- Enable Node-specific rules:
1.0.0 - 2017-06-12
- Initial release.