Advertisement
greedydev

Untitled

Nov 5th, 2022
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = {
  2.   env: {
  3.     browser: true,
  4.     commonjs: true,
  5.     es2021: true,
  6.   },
  7.   extends: [
  8.     'airbnb-base',
  9.   ],
  10.   parserOptions: {
  11.     ecmaVersion: 12,
  12.   },
  13.   rules: {
  14.   },
  15. };
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement