This website requires JavaScript.
Explore
Help
Sign In
root
/
cesium
mirror of
https://github.com/CesiumGS/cesium.git
Watch
1
Star
0
Fork
You've already forked cesium
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1.96
cesium
/
.eslintrc.json
6 lines
49 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Use shared config package for ESLint. Rename .eslintrc -> .eslintrc.json.
2017-06-06 22:15:03 +08:00
{
cleaned up eslint config file
2021-01-13 04:32:42 +08:00
"extends"
:
[
Updates to latest eslint-config-cesium
2022-06-24 21:43:03 +08:00
"cesium/node"
]
Use shared config package for ESLint. Rename .eslintrc -> .eslintrc.json.
2017-06-06 22:15:03 +08:00
}