andrehtissot/dexie-orm-addon

View on GitHub

Showing 32 of 32 total issues

Insert ·
Open

    toInstancesMapIndexedBy: async function(indexingAttributeName) {
Severity: Minor
Found in src/addCollectionMethods.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete
Open

    let fileContent = fs.readFileSync(file, 'utf-8')
Severity: Minor
Found in tools/insertBanner.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete
Open

}
Severity: Minor
Found in tools/insertBanner.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ·
Open

    toInstancesMapIndexedBy: function(indexingAttributeName) {
Severity: Minor
Found in src/addTableMethods.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ·
Open

    last: function() {
Severity: Minor
Found in src/addTableMethods.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete
Open

    bannerContent = fs.readFileSync('tools/banner.txt', 'utf-8')
Severity: Minor
Found in tools/insertBanner.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete
Open

    fs.writeFileSync(file, bannerContent + removeBannerDuplicates(fileContent), 'utf-8')
Severity: Minor
Found in tools/insertBanner.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ·
Open

    sortInstancesBy: async function(keyPath) {
Severity: Minor
Found in src/addCollectionMethods.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete
Open

Severity: Minor
Found in tools/insertBanner.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Insert ·
Open

    return async function() {
Severity: Minor
Found in src/addCollectionMethods.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace ⏎········.where(relatedModelAttributeName)⏎········.equals(attributeValue)⏎········.reverse()⏎········ with .where(relatedModelAttributeName).equals(attributeValue).reverse()
Open

    return relatedModelClass.data
Severity: Minor
Found in src/generateModel.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete
Open

    files = process.argv.slice(2),
Severity: Minor
Found in tools/insertBanner.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Severity
Category
Status
Source
Language