Lines Matching +full:eslint +full:- +full:utils
3 **The JSFramework is a framework for building mobile cross-platform UI written in TypeScript.**
6 - `runtime/`:all source code
7 - `./main/`:JS bundle parsing, data methods, event methods, reactivity, etc.
8 - `./preparation/`:JS framework initialization
9 - `./utils/`:some utils
10 - `./vdom/`:VM compilation
11 - `test/ut/`:unit test file
12 - `.eslintrc`:eslint configure
13 - `BUILD.gn`:compiling file of JS UI framework for NinjaJS
14 - `build_jsmock_system_plugin.js, build_strip_native_min.js`: build JS framework
15 - `js_framework_build.sh`:script file for JS framework building
16 - `LICENSE`:Apache License
17 - `NOTICE`:third party open source software notice
18 - `package.json`:define what libraries will be installed into node_modules when you run `npm instal…
19 - `tsconfig.json`:the compiler options required to compile the project
30 > npm -v
32 > node -v
59 ## ESLint section in JSFramework
61 You can config more babel and ESLint plugins in `.eslintrc`. **You'd better make sure there are no…