Skip to content

Commit 7aa5027

Browse files
committed
chore: version 6.6.0, remove dead webpack/CRA config, clean lint (F.1/F.2/F.4)
- Bump version to 6.6.0 (package.json, Android build.gradle, iOS MARKETING_VERSION). - Remove dead config: www/, public/ (ported to src/main + root index.html), config/webpack*/paths/env/nc-dev-utils/polyfills, old scripts/{start,build,...}. - Resolve all ESLint errors (default exports for single-export main modules, wrap long lines, disable rules for Vite ?worker/jsSHA tooling gaps); add Vitest globals + spellcheck terms. npm run lint is clean.
1 parent 0da1a21 commit 7aa5027

72 files changed

Lines changed: 605 additions & 2544 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,14 @@
115115
"dyad",
116116
"Dyad",
117117
"hostname",
118-
"searchable"
118+
"searchable",
119+
"ios",
120+
"mailto",
121+
"nodebuffer",
122+
"preload",
123+
"reduxstore",
124+
"renderer",
125+
"utils"
119126
],
120127
"skipIfMatch": [
121128
"http(s)?://[^s]*",
@@ -143,6 +150,9 @@
143150
"overrides": [
144151
{
145152
"files": ["**/*.test.js", "**/__tests__/**", "**/__mocks__/**", "vitest.setup.js"],
153+
"rules": {
154+
"react/no-unknown-property": "off"
155+
},
146156
"globals": {
147157
"vi": "readonly",
148158
"describe": "readonly",

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "org.codaco.NetworkCanvasInterviewer6"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 6447
11+
versionName "6.6.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

config/env.js

Lines changed: 0 additions & 91 deletions
This file was deleted.

config/nc-dev-utils.js

Lines changed: 0 additions & 88 deletions
This file was deleted.

config/paths.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

config/polyfills.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)