This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
test262
mirror of
https://github.com/tc39/test262.git
Watch
1
Star
0
Fork
You've already forked test262
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11c2559651
test262
/
.jshintrc
5 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added new tests for chapters 6 and 9 of ECMAScript Internationalization API Specification. - Removed a few old test cases that were redundant with new, more comprehensive ones. - Added testIntl.js as standard include for all console tests in test262.py – see related bug 574. - Added .jshintrc file for settings for the JSHint tool.
2012-08-27 05:49:25 +02:00
{
Use ECMAScript 6
2022-02-11 10:20:27 +01:00
"predef": ["Intl"],
"esversion": 6
Added new tests for chapters 6 and 9 of ECMAScript Internationalization API Specification. - Removed a few old test cases that were redundant with new, more comprehensive ones. - Added testIntl.js as standard include for all console tests in test262.py – see related bug 574. - Added .jshintrc file for settings for the JSHint tool.
2012-08-27 05:49:25 +02:00
}