Lambda-School-Labs/generator-prismatopia

View on GitHub
.eslintrc.yml

Summary

Maintainability
Test Coverage
env:
  browser: true
  commonjs: true
  es6: true
extends:
  - standard
globals:
  Atomics: readonly
  SharedArrayBuffer: readonly
parserOptions:
  ecmaVersion: 2018
rules: {}