Skip to content

Commit

Permalink
prettier write
Browse files Browse the repository at this point in the history
  • Loading branch information
gfarb committed Sep 29, 2022
1 parent 0af9798 commit 7b25578
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
*/

module.exports = {
extends: ["eslint-config-salesforce-typescript"],
parser: "@typescript-eslint/parser",
extends: ['eslint-config-salesforce-typescript'],
parser: '@typescript-eslint/parser',
};
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"preLaunchTask": "Compile"
}
]
}
}
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion messages/org.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"sfdx deliverability:access --level None",
"sfdx deliverability:access --level System"
]
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"lib": ["es6"],
"types": ["node"]
},
"include": ["./src/**/*"],
"include": ["./src/**/*"]
}

0 comments on commit 7b25578

Please sign in to comment.