Skip to content

Commit

Permalink
prettify it
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-zhang-at-salesforce committed May 8, 2024
1 parent 470e0d5 commit 14110d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/

import eslint from "@eslint/js";
import eslint from '@eslint/js';
import tsEslint from 'typescript-eslint';

export default tsEslint.config(
Expand All @@ -15,8 +15,8 @@ export default tsEslint.config(

{
rules: {
"strict": ["error", "global"],
"@typescript-eslint/no-extra-non-null-assertion": "off"
strict: ['error', 'global'],
'@typescript-eslint/no-extra-non-null-assertion': 'off'
}
}
);
);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/salesforce/eslint-plugin-lwc-mobile"
},
"scripts": {
"build": "tsc",
"build": "tsc",
"format": "prettier --list-different \"**/*.{ts,js}\"",
"format:fix": "prettier --write \"**/*.{ts,js,json}\"",
"lint": "eslint src test",
Expand Down

0 comments on commit 14110d2

Please sign in to comment.