Update community plugin lint rules, add ts

make-only-subtitle-default
HaveAGitGat 2 years ago
parent 17f2dd6b3a
commit 92f97a8c81

2078
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -9,16 +9,20 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"chai": "^4.3.6",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1"
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prefer-arrow-functions": "^3.1.4"
},
"scripts": {
"test": "node ./tests/runTests.js",
"lint": "eslint Community methods examples tests --ext js",
"lint:fix": "eslint Community methods examples tests --ext js --fix",
"lint": "eslint FlowPluginsTs Community methods examples tests --ext js,ts",
"lint:fix": "eslint FlowPluginsTs Community methods examples tests --ext js,ts --fix",
"checkPlugins": "node ./tests/checkPlugins.js"
},
"repository": {

@ -89,4 +89,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -71,4 +71,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -63,4 +63,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -86,4 +86,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -157,4 +157,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -103,4 +103,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -219,4 +219,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -62,4 +62,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -63,4 +63,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -139,4 +139,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -239,4 +239,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -37,4 +37,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -61,4 +61,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -56,4 +56,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -56,4 +56,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -532,4 +532,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -71,4 +71,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -61,4 +61,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -232,4 +232,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -38,4 +38,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -78,4 +78,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -38,4 +38,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -38,4 +38,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -38,4 +38,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -87,4 +87,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -59,4 +59,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -41,4 +41,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -109,4 +109,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -72,4 +72,4 @@ const tests = [
];
run(tests);
void run(tests);

@ -136,4 +136,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -56,4 +56,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -170,4 +170,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -170,4 +170,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -42,4 +42,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -43,4 +43,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -95,4 +95,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -69,4 +69,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -239,4 +239,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -100,4 +100,4 @@ const tests = [
];
run(tests);
void run(tests);

@ -43,4 +43,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -44,4 +44,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -104,4 +104,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -134,4 +134,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -502,4 +502,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -39,4 +39,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -63,4 +63,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -63,4 +63,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -42,4 +42,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -65,4 +65,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -65,4 +65,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -42,4 +42,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -56,4 +56,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -161,4 +161,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -46,4 +46,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -47,4 +47,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -44,4 +44,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -59,4 +59,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -106,4 +106,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -94,4 +94,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -96,4 +96,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -93,4 +93,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -91,4 +91,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -82,4 +82,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -45,4 +45,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -82,4 +82,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -65,4 +65,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -63,4 +63,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -39,4 +39,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -47,4 +47,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -39,4 +39,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -41,4 +41,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -64,4 +64,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -81,4 +81,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -60,4 +60,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -60,4 +60,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -60,4 +60,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -45,4 +45,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -60,4 +60,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -60,4 +60,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -43,4 +43,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -241,4 +241,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -167,4 +167,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -39,4 +39,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -64,4 +64,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -108,4 +108,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -108,4 +108,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -108,4 +108,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -108,4 +108,4 @@ const tests = [
},
];
run(tests);
void run(tests);

@ -7,7 +7,7 @@ const childProcess = require('child_process');
const filenames = fs.readdirSync(`${process.cwd()}/Community`).reverse();
const errorsEncountered = [];
const run = async () => {
const run = () => {
const pluginsToRun = [];
for (let i = 0; i < filenames.length; i += 1) {
const filename = filenames[i];
@ -74,4 +74,4 @@ const run = async () => {
}
};
run();
void run();

@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": []
}

@ -0,0 +1,67 @@
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
/* Basic Options */
// "incremental": true, /* Enable incremental compilation */
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
// "lib": [], /* Specify library files to be included in the compilation. */
// "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
// "declaration": true, /* Generates corresponding '.d.ts' file. */
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "./FlowPlugins", /* Redirect output structure to the directory. */
"rootDir": "./FlowPluginsTs", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "composite": true, /* Enable project compilation */
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
// "removeComments": true, /* Do not emit comments to output. */
// "noEmit": true, /* Do not emit outputs. */
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
// "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */
// "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
/* Additional Checks */
// "noUnusedLocals": true, /* Report errors on unused locals. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
// "noUncheckedIndexedAccess": true, /* Include 'undefined' in index signature results */
/* Module Resolution Options */
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/* Source Map Options */
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
// "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"file": [
"./node_modules/@types/express/index.d.ts"
],
"exclude": []
}
Loading…
Cancel
Save