An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed package script conflict

authored by

jdpigeon and committed by
Teon L Brooks
3910e4ef 3433c076

+2 -6
+2 -6
package.json
··· 37 37 "test-watch": "yarn test --watch" 38 38 }, 39 39 "lint-staged": { 40 - "*.{js,jsx,ts,tsx}": [ 41 - "cross-env NODE_ENV=development eslint --cache" 42 - ], 40 + "*.{js,jsx,ts,tsx}": ["cross-env NODE_ENV=development eslint --cache"], 43 41 "{*.json,.{babelrc,eslintrc,prettierrc,stylelintrc}}": [ 44 42 "prettier --ignore-path .eslintignore --parser json --write" 45 43 ], ··· 47 45 "stylelint --ignore-path .eslintignore --syntax scss --fix", 48 46 "prettier --ignore-path .eslintignore --single-quote --write" 49 47 ], 50 - "*.{html,md,yml}": [ 51 - "prettier --ignore-path .eslintignore --single-quote --write" 52 - ] 48 + "*.{html,md,yml}": ["prettier --ignore-path .eslintignore --single-quote --write"] 53 49 }, 54 50 "build": { 55 51 "productName": "BrainWaves",