Merge pull request #2371 from chandaniprajapati/React-DataTable--Latest-Version

React-DataTable: Upgraded to SPFx version 1.14.0
This commit is contained in:
Hugo Bernier 2022-02-24 03:40:52 -05:00 committed by GitHub
commit 717a077b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 8753 additions and 6830 deletions

View File

@ -1,7 +1,7 @@
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer // For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
{ {
"name": "SPFx 1.12.1", "name": "SPFx 1.14.0",
"image": "docker.io/m365pnp/spfx:1.12.1", "image": "docker.io/m365pnp/spfx:1.14.0",
// Set *default* container specific settings.json values on container create. // Set *default* container specific settings.json values on container create.
"settings": {}, "settings": {},
// Add the IDs of extensions you want installed when the container is created. // Add the IDs of extensions you want installed when the container is created.

View File

@ -9,6 +9,7 @@ node_modules
# Build generated files # Build generated files
dist dist
lib lib
release
solution solution
temp temp
*.sppkg *.sppkg
@ -30,3 +31,7 @@ obj
# Styles Generated Code # Styles Generated Code
*.scss.ts *.scss.ts
# .CER Certificates
*.cer
# .PEM Certificates
*.pem

View File

@ -0,0 +1,16 @@
!dist
config
gulpfile.js
release
src
temp
tsconfig.json
tslint.json
*.log
.yo-rc.json
.vscode

View File

@ -1,8 +1,9 @@
{ {
"@microsoft/generator-sharepoint": { "@microsoft/generator-sharepoint": {
"plusBeta": false,
"isCreatingSolution": true, "isCreatingSolution": true,
"environment": "spo", "environment": "spo",
"version": "1.11.0", "version": "1.14.0",
"libraryName": "react-datatable", "libraryName": "react-datatable",
"libraryId": "35299377-f8c8-4721-bd53-05602fc0c4ee", "libraryId": "35299377-f8c8-4721-bd53-05602fc0c4ee",
"packageManager": "npm", "packageManager": "npm",

View File

@ -18,12 +18,12 @@ This web part provides easy way to render SharePoint custom list in datatable vi
## Compatibility ## Compatibility
![SPFx 1.12.1](https://img.shields.io/badge/SPFx-1.12.1-green.svg) ![SPFx 1.14](https://img.shields.io/badge/SPFx-1.14-green.svg)
![Node.js v14 | v12 | v10](https://img.shields.io/badge/Node.js-v14%20%7C%20v12%20%7C%20v10-green.svg) ![Node.js v14 | v12](https://img.shields.io/badge/Node.js-v14%20%7C%20v12-green.svg)
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg) ![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower") ![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower")
![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1") ![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "The solution requires access to SharePoint data") ![Local Workbench Unsupported](https://img.shields.io/badge/Local%20Workbench-Unsupported-red.svg "Local workbench is no longer available as of SPFx 1.13 and above")
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg) ![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg)
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg) ![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg)
@ -50,6 +50,7 @@ Version|Date|Comments
1.4|April 10, 2021|Added feature to show profile picture in user column and shows display name of user field in export to CSV and PDF. 1.4|April 10, 2021|Added feature to show profile picture in user column and shows display name of user field in export to CSV and PDF.
1.5|June 2, 2021|Added feature to show image in dataTable and upgraded to the SPFx version 1.12.1. 1.5|June 2, 2021|Added feature to show image in dataTable and upgraded to the SPFx version 1.12.1.
1.6|July 16, 2021|Changed library export-to-csv with react-csv 1.6|July 16, 2021|Changed library export-to-csv with react-csv
1.7|Feb 22, 2022|Upgrade to SPFx v1.14.0
## Minimal Path to Awesome ## Minimal Path to Awesome

View File

@ -9,7 +9,7 @@
"This web part provides easy way to render SharePoint custom list in data table view with all the necessary features." "This web part provides easy way to render SharePoint custom list in data table view with all the necessary features."
], ],
"creationDateTime": "2021-03-01", "creationDateTime": "2021-03-01",
"updateDateTime": "2021-07-16", "updateDateTime": "2022-02-22",
"products": [ "products": [
"SharePoint" "SharePoint"
], ],
@ -20,7 +20,7 @@
}, },
{ {
"key": "SPFX-VERSION", "key": "SPFX-VERSION",
"value": "1.12.1" "value": "1.14.0"
}, },
{ {
"key": "PNPCONTROLS", "key": "PNPCONTROLS",
@ -44,7 +44,7 @@
"authors": [ "authors": [
{ {
"gitHubAccount": "chandaniprajapati", "gitHubAccount": "chandaniprajapati",
"company": "", "company": "Rapid Circle",
"pictureUrl": "https://github.com/chandaniprajapati.png", "pictureUrl": "https://github.com/chandaniprajapati.png",
"name": "Chandani Prajapati", "name": "Chandani Prajapati",
"twitter": "Chandani_SPD" "twitter": "Chandani_SPD"

View File

@ -1,4 +0,0 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/copy-assets.schema.json",
"deployCdnPath": "temp/deploy"
}

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json", "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/", "workingDir": "./release/assets/",
"account": "<!-- STORAGE ACCOUNT NAME -->", "account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-datatable", "container": "DataTable",
"accessKey": "<!-- ACCESS KEY -->" "accessKey": "<!-- ACCESS KEY -->"
} }

View File

@ -11,7 +11,7 @@
"websiteUrl": "", "websiteUrl": "",
"privacyUrl": "", "privacyUrl": "",
"termsOfUseUrl": "", "termsOfUseUrl": "",
"mpnId": "" "mpnId": "Undefined-1.14.0"
} }
}, },
"paths": { "paths": {

View File

@ -2,9 +2,5 @@
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json", "$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321, "port": 4321,
"https": true, "https": true,
"initialPage": "https://localhost:5432/workbench", "initialPage": "https://enter-your-SharePoint-site/_layouts/workbench.aspx"
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
} }

File diff suppressed because it is too large Load Diff

View File

@ -12,35 +12,33 @@
"test": "gulp test" "test": "gulp test"
}, },
"dependencies": { "dependencies": {
"@material-ui/core": "^4.11.4", "@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2", "@microsoft/sp-core-library": "1.14.0",
"@microsoft/sp-core-library": "1.12.1", "@microsoft/sp-lodash-subset": "1.14.0",
"@microsoft/sp-lodash-subset": "1.12.1", "@microsoft/sp-office-ui-fabric-core": "1.14.0",
"@microsoft/sp-office-ui-fabric-core": "1.12.1", "@microsoft/sp-property-pane": "1.14.0",
"@microsoft/sp-property-pane": "1.12.1", "@microsoft/sp-webpart-base": "1.14.0",
"@microsoft/sp-webpart-base": "1.12.1",
"@pnp/sp": "2.5.0", "@pnp/sp": "2.5.0",
"@pnp/spfx-controls-react": "3.1.0", "@pnp/spfx-controls-react": "3.1.0",
"@pnp/spfx-property-controls": "^3.2.0-beta.ab74df5", "@pnp/spfx-property-controls": "3.5.0",
"office-ui-fabric-react": "7.156.0", "office-ui-fabric-react": "7.174.1",
"pdfmake": "^0.1.70", "pdfmake": "^0.1.70",
"react": "16.9.0", "react": "16.13.1",
"react-csv": "^2.0.3", "react-csv": "^2.0.3",
"react-dom": "16.9.0" "react-dom": "16.13.1"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "16.9.36", "@types/react": "16.9.51",
"@types/react-dom": "16.9.8", "@types/react-dom": "16.9.8",
"@microsoft/sp-build-web": "1.12.1", "@microsoft/sp-build-web": "1.14.0",
"@microsoft/sp-tslint-rules": "1.12.1", "@microsoft/sp-tslint-rules": "1.14.0",
"@microsoft/sp-module-interfaces": "1.12.1", "@microsoft/sp-module-interfaces": "1.14.0",
"@microsoft/sp-webpart-workbench": "1.12.1", "@microsoft/rush-stack-compiler-3.9": "0.4.47",
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
"gulp": "~4.0.2", "gulp": "~4.0.2",
"@types/chai": "3.4.34", "@types/chai": "3.4.34",
"@types/mocha": "2.2.38", "@types/mocha": "2.2.38",
"ajv": "~5.2.2", "ajv": "~5.2.2",
"@types/webpack-env": "1.13.1", "@types/webpack-env": "1.14.0",
"@types/es6-promise": "0.0.33" "@types/es6-promise": "0.0.33"
} }
} }

View File

@ -5,37 +5,37 @@
{ {
"componentId": "f9e737b7-f0df-4597-ba8c-3060f82380db", "componentId": "f9e737b7-f0df-4597-ba8c-3060f82380db",
"componentName": "@microsoft/sp-property-pane", "componentName": "@microsoft/sp-property-pane",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": true "isDirectDependency": true
}, },
{ {
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f", "componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
"componentName": "@microsoft/sp-loader", "componentName": "@microsoft/sp-loader",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a", "componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
"componentName": "@ms/sp-telemetry", "componentName": "@ms/sp-telemetry",
"componentVersion": "0.19.2", "componentVersion": "0.21.51",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "e40f8203-b39d-425a-a957-714852e33b79", "componentId": "e40f8203-b39d-425a-a957-714852e33b79",
"componentName": "@microsoft/sp-dynamic-data", "componentName": "@microsoft/sp-dynamic-data",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a", "componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
"componentName": "@microsoft/sp-lodash-subset", "componentName": "@microsoft/sp-lodash-subset",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b", "componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
"componentName": "@microsoft/sp-core-library", "componentName": "@microsoft/sp-core-library",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
@ -47,19 +47,19 @@
{ {
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176", "componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
"componentName": "@ms/odsp-core-bundle", "componentName": "@ms/odsp-core-bundle",
"componentVersion": "1.1.13", "componentVersion": "1.1.258",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8", "componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
"componentName": "@microsoft/sp-diagnostics", "componentName": "@microsoft/sp-diagnostics",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8", "componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
"componentName": "@microsoft/sp-page-context", "componentName": "@microsoft/sp-page-context",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
@ -71,31 +71,37 @@
{ {
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6", "componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
"componentName": "@microsoft/sp-http", "componentName": "@microsoft/sp-http",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d", "componentId": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
"componentName": "react", "componentName": "react",
"componentVersion": "16.9.0", "componentVersion": "16.13.1",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a", "componentId": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
"componentName": "react-dom", "componentName": "react-dom",
"componentVersion": "16.9.0", "componentVersion": "16.13.1",
"isDirectDependency": false "isDirectDependency": false
}, },
{ {
"componentId": "974a7777-0990-4136-8fa6-95d80114c2e0", "componentId": "974a7777-0990-4136-8fa6-95d80114c2e0",
"componentName": "@microsoft/sp-webpart-base", "componentName": "@microsoft/sp-webpart-base",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": true "isDirectDependency": true
}, },
{ {
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6", "componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
"componentName": "@microsoft/sp-component-base", "componentName": "@microsoft/sp-component-base",
"componentVersion": "1.12.1", "componentVersion": "1.14.0",
"isDirectDependency": false
},
{
"componentId": "42647dee-1f75-4b9f-b521-5c844a6c35cc",
"componentName": "@ms/sp-edit-customer-promise",
"componentVersion": "0.1.0",
"isDirectDependency": false "isDirectDependency": false
} }
] ]

View File

@ -1,154 +0,0 @@
{
"id": "9d6e26c1-e57c-4005-ad6a-5b066f1acd65",
"alias": "ReactDatatableWebPart",
"componentType": "WebPart",
"version": "1.1.0",
"manifestVersion": 2,
"requiresCustomScript": false,
"supportedHosts": [
"SharePointWebPart"
],
"preconfiguredEntries": [
{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70",
"group": {
"default": "Other"
},
"title": {
"default": "Datatable"
},
"description": {
"default": "Shows the sharepoint list items in data table format with some advanced features."
},
"officeFabricIconFontName": "Table",
"properties": {
"title": "Webpart Title (eg. DataTable)",
"enableSorting": true,
"enableSearching": true,
"enableDownloadAsCsv": true,
"enableDownloadAsPdf": true,
"enablePagination": true
}
}
],
"loaderConfig": {
"internalModuleBaseUrls": [
"<!-- PATH TO CDN -->"
],
"entryModuleId": "react-datatable-web-part",
"scriptResources": {
"react-datatable-web-part": {
"type": "path",
"path": "react-datatable-web-part.js"
},
"@microsoft/sp-property-pane": {
"type": "component",
"id": "f9e737b7-f0df-4597-ba8c-3060f82380db",
"version": "1.12.1"
},
"@microsoft/sp-lodash-subset": {
"type": "component",
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
"version": "1.12.1"
},
"ControlStrings": {
"type": "localizedPath",
"paths": {
"bg-BG": "ControlStrings_bg-bg.js",
"ca-ES": "ControlStrings_ca-es.js",
"da-DK": "ControlStrings_da-dk.js",
"de-DE": "ControlStrings_de-de.js",
"el-GR": "ControlStrings_el-gr.js",
"en-US": "ControlStrings_en-us.js",
"es-ES": "ControlStrings_es-es.js",
"et-EE": "ControlStrings_et-ee.js",
"eu-ES": "ControlStrings_eu-es.js",
"fi-FI": "ControlStrings_fi-fi.js",
"fr-CA": "ControlStrings_fr-ca.js",
"fr-FR": "ControlStrings_fr-fr.js",
"it-IT": "ControlStrings_it-it.js",
"ja-JP": "ControlStrings_ja-jp.js",
"lt-LT": "ControlStrings_lt-lt.js",
"lv-LV": "ControlStrings_lv-lv.js",
"nb-NO": "ControlStrings_nb-no.js",
"nl-NL": "ControlStrings_nl-nl.js",
"pl-PL": "ControlStrings_pl-pl.js",
"pt-PT": "ControlStrings_pt-pt.js",
"ro-RO": "ControlStrings_ro-ro.js",
"ru-RU": "ControlStrings_ru-ru.js",
"sk-SK": "ControlStrings_sk-sk.js",
"sr-Latn-RS": "ControlStrings_sr-latn-rs.js",
"sv-SE": "ControlStrings_sv-se.js",
"tr-TR": "ControlStrings_tr-tr.js",
"vi-VN": "ControlStrings_vi-vn.js",
"zh-CN": "ControlStrings_zh-cn.js",
"zh-TW": "ControlStrings_zh-tw.js"
},
"defaultPath": "ControlStrings_en-us.js"
},
"@microsoft/sp-core-library": {
"type": "component",
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
"version": "1.12.1"
},
"ReactDatatableWebPartStrings": {
"type": "path",
"path": "ReactDatatableWebPartStrings_en-us.js"
},
"@microsoft/sp-webpart-base": {
"type": "component",
"id": "974a7777-0990-4136-8fa6-95d80114c2e0",
"version": "1.12.1"
},
"react": {
"type": "component",
"id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
"version": "16.9.0"
},
"react-dom": {
"type": "component",
"id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
"version": "16.9.0"
},
"@microsoft/sp-http": {
"type": "component",
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
"version": "1.12.1"
},
"PropertyControlStrings": {
"type": "localizedPath",
"paths": {
"bg-BG": "PropertyControlStrings_bg-bg.js",
"ca-ES": "PropertyControlStrings_ca-es.js",
"da-DK": "PropertyControlStrings_da-dk.js",
"de-DE": "PropertyControlStrings_de-de.js",
"el-GR": "PropertyControlStrings_el-gr.js",
"en-US": "PropertyControlStrings_en-us.js",
"es-ES": "PropertyControlStrings_es-es.js",
"et-EE": "PropertyControlStrings_et-ee.js",
"fi-FI": "PropertyControlStrings_fi-fi.js",
"fr-FR": "PropertyControlStrings_fr-fr.js",
"it-IT": "PropertyControlStrings_it-it.js",
"ja-JP": "PropertyControlStrings_ja-jp.js",
"lt-LT": "PropertyControlStrings_lt-lt.js",
"lv-LV": "PropertyControlStrings_lv-lv.js",
"nb-NO": "PropertyControlStrings_nb-no.js",
"nl-NL": "PropertyControlStrings_nl-nl.js",
"no": "PropertyControlStrings_no.js",
"pl-PL": "PropertyControlStrings_pl-pl.js",
"pt-PT": "PropertyControlStrings_pt-pt.js",
"ro-RO": "PropertyControlStrings_ro-ro.js",
"ru-RU": "PropertyControlStrings_ru-ru.js",
"sk-SK": "PropertyControlStrings_sk-sk.js",
"sr-Latn-RS": "PropertyControlStrings_sr-latn-rs.js",
"sv-SE": "PropertyControlStrings_sv-se.js",
"tr-TR": "PropertyControlStrings_tr-tr.js",
"vi-VN": "PropertyControlStrings_vi-vn.js",
"zh-CN": "PropertyControlStrings_zh-cn.js",
"zh-TW": "PropertyControlStrings_zh-tw.js"
},
"defaultPath": "PropertyControlStrings_en-us.js"
}
}
}
}

View File

@ -141,7 +141,7 @@ export default class ReactDatatableWebPart extends BaseClientSideWebPart<IReactD
baseTemplate: 100, baseTemplate: 100,
onPropertyChange: this.onChangeProperty.bind(this), onPropertyChange: this.onChangeProperty.bind(this),
properties: this.properties, properties: this.properties,
context: this.context, context: this.context as any,
onGetErrorMessage: null, onGetErrorMessage: null,
key: 'listPickerFieldId', key: 'listPickerFieldId',
}), }),

View File

@ -1,5 +1,5 @@
{ {
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.3/includes/tsconfig-web.json", "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-web.json",
"compilerOptions": { "compilerOptions": {
"target": "es5", "target": "es5",
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
@ -11,7 +11,6 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"skipLibCheck": true, "skipLibCheck": true,
"outDir": "lib", "outDir": "lib",
"downlevelIteration": true,
"inlineSources": false, "inlineSources": false,
"strictNullChecks": false, "strictNullChecks": false,
"noUnusedLocals": false, "noUnusedLocals": false,

View File

@ -1,5 +1,5 @@
{ {
"extends": "@microsoft/sp-tslint-rules/base-tslint.json", "extends": "./node_modules/@microsoft/sp-tslint-rules/base-tslint.json",
"rules": { "rules": {
"class-name": false, "class-name": false,
"export-name": false, "export-name": false,
@ -17,7 +17,6 @@
"no-switch-case-fall-through": true, "no-switch-case-fall-through": true,
"no-unnecessary-semicolons": true, "no-unnecessary-semicolons": true,
"no-unused-expression": true, "no-unused-expression": true,
"no-use-before-declare": true,
"no-with-statement": true, "no-with-statement": true,
"semicolon": true, "semicolon": true,
"trailing-comma": false, "trailing-comma": false,