Logo
Explore Help
Sign In
seedlingattempt/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
1fbee3a8720a5c1e737f5d7190dde115752d6f05
godot/platform/javascript/.eslintrc.engine.js

11 lines
142 B
JavaScript
Raw Normal View History

[HTML5] Enforce JavaScript style with eslint. Applies to javascript files inside the platform library folder, the exposed Engine code, and any javascript files in modules. Files ending with ".externs.js" will be ignored, you can create a ".eslintignore" file to specify extra files to be ignored.
2020-11-19 05:59:12 +01:00
module.exports = {
"extends": [
"./.eslintrc.js",
],
"globals": {
[HTML5] Document Engine and EngineConfig (jsdoc). This commit also removes the utils.js engine file, moving some of it's content to config.js and some to engine.js . (cherry picked from commit 018ee5a4dc5c4e885c6dde759df2b9a3c051c30c)
2021-02-20 13:20:06 +01:00
"InternalConfig": true,
[HTML5] Enforce JavaScript style with eslint. Applies to javascript files inside the platform library folder, the exposed Engine code, and any javascript files in modules. Files ending with ".externs.js" will be ignored, you can create a ".eslintignore" file to specify extra files to be ignored.
2020-11-19 05:59:12 +01:00
"Godot": true,
"Preloader": true,
},
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 159ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API