Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module.exports = {
- env: {
- browser: true,
- commonjs: true,
- es2021: true,
- },
- extends: [
- 'airbnb-base',
- ],
- parserOptions: {
- ecmaVersion: 12,
- },
- rules: {
- },
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement