diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-10 23:12:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 04:12:01 +0000 |
commit | 765f1ede668f70e3af7717bf4d5f05dbf009c7f8 (patch) | |
tree | e73f481c93f8bbaa42f7c8216190fb1cb4621301 /playwright.config.js | |
parent | 805cf9cb3ea744a6d7c0a5da27fc9ef4e6f08626 (diff) |
Eslint rule updates (#665)
* Padding newline rules
* Update rules
* Update rules
* Update rules
* Updates
* Update object quotes
* Merge similar ts and js rules
* Change export spacing rules
* Move typescript-eslint rules
* Spacing
* Actually save and commit changes
Diffstat (limited to 'playwright.config.js')
-rw-r--r-- | playwright.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/playwright.config.js b/playwright.config.js index a13eb710..4cd94b6b 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -14,9 +14,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ + // @ts-check import {defineConfig, devices} from '@playwright/test'; - /** * Read environment variables from file. * https://github.com/motdotla/dotenv @@ -116,4 +116,3 @@ export default defineConfig({ // port: 3000, // }, }); - |